[Liblas-commits] hg: increment version in prep for release

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Nov 4 14:08:57 EDT 2010


changeset f155552b9405 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=f155552b9405
summary: increment version in prep for release

diffstat:

 include/liblas/capi/las_version.h |  6 +++---
 include/liblas/version.hpp        |  4 ++--
 python/setup.py                   |  2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r e950d101dd5b -r f155552b9405 include/liblas/capi/las_version.h
--- a/include/liblas/capi/las_version.h	Thu Nov 04 12:56:09 2010 -0500
+++ b/include/liblas/capi/las_version.h	Thu Nov 04 13:08:42 2010 -0500
@@ -45,7 +45,7 @@
 #ifndef LIBLAS_VERSION_MAJOR
 #define LIBLAS_VERSION_MAJOR    1
 #define LIBLAS_VERSION_MINOR    6
-#define LIBLAS_VERSION_REV      0b1
+#define LIBLAS_VERSION_REV      0b2
 #define LIBLAS_VERSION_BUILD    0
 #endif
 
@@ -54,11 +54,11 @@
 #endif
 
 #ifndef LIBLAS_RELEASE_DATE
-#define LIBLAS_RELEASE_DATE     20101012
+#define LIBLAS_RELEASE_DATE     20101105
 #endif
 
 #ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME     "1.6.0b1"
+#define LIBLAS_RELEASE_NAME     "1.6.0b2"
 #endif
 
 #endif /* LAS_VERSION_H_INCLUDED */
diff -r e950d101dd5b -r f155552b9405 include/liblas/version.hpp
--- a/include/liblas/version.hpp	Thu Nov 04 12:56:09 2010 -0500
+++ b/include/liblas/version.hpp	Thu Nov 04 13:08:42 2010 -0500
@@ -50,12 +50,12 @@
 // LIBLAS_VERSION / 100 % 1000 is the minor version
 // LIBLAS_VERSION / 100000 is the major version
 
-#define LIBLAS_VERSION 103000
+#define LIBLAS_VERSION 106000
 
 // LIBLAS_LIB_VERSION must be defined to be the same as LIBLAS_VERSION
 // but as a *string* in the form "x_y[_z]" where x is the major version
 // number, y is the minor version number, and z is the patch level if not 0.
 
-#define LIBLAS_LIB_VERSION "1_3"
+#define LIBLAS_LIB_VERSION "1_6"
 
 #endif // LIBLAS_VERSION_HPP_INCLUDED
diff -r e950d101dd5b -r f155552b9405 python/setup.py
--- a/python/setup.py	Thu Nov 04 12:56:09 2010 -0500
+++ b/python/setup.py	Thu Nov 04 13:08:42 2010 -0500
@@ -18,7 +18,7 @@
 
 import os
 
-version = '1.6.0b1'
+version = '1.6.0b2'
 
 if os.name == 'nt':
     # Windows NT library


More information about the Liblas-commits mailing list