[Liblas-commits] hg: bump version to 1.7.0b1 in preparation for release

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jun 23 15:35:11 EDT 2011


details:   http://hg.liblas.orghg/rev/370cddd89833
changeset: 3003:370cddd89833
user:      Howard Butler <hobu.inc at gmail.com>
date:      Thu Jun 23 14:35:03 2011 -0500
description:
bump version to 1.7.0b1 in preparation for release

diffstat:

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

diffs (45 lines):

diff -r b010a1523102 -r 370cddd89833 CMakeLists.txt
--- a/CMakeLists.txt	Thu Jun 23 11:48:49 2011 -0500
+++ b/CMakeLists.txt	Thu Jun 23 14:35:03 2011 -0500
@@ -11,7 +11,7 @@
 
 SET(LIBLAS_VERSION_MAJOR "1")
 SET(LIBLAS_VERSION_MINOR "7")
-SET(LIBLAS_VERSION_PATCH "0")
+SET(LIBLAS_VERSION_PATCH "0b1")
 set(VERSION "${LIBLAS_VERSION_MAJOR}.${LIBLAS_VERSION_MINOR}.${LIBLAS_VERSION_PATCH}")
 SET(LIBLAS_LIB_SOVERSION "2.0.0")
 SET(LIBLAS_C_LIB_SOVERSION "2.0.0")
diff -r b010a1523102 -r 370cddd89833 include/liblas/capi/las_version.h
--- a/include/liblas/capi/las_version.h	Thu Jun 23 11:48:49 2011 -0500
+++ b/include/liblas/capi/las_version.h	Thu Jun 23 14:35:03 2011 -0500
@@ -45,7 +45,7 @@
 #ifndef LIBLAS_VERSION_MAJOR
 #define LIBLAS_VERSION_MAJOR    1
 #define LIBLAS_VERSION_MINOR    7
-#define LIBLAS_VERSION_REV      0
+#define LIBLAS_VERSION_REV      0b1
 #define LIBLAS_VERSION_BUILD    0
 #endif
 
@@ -58,7 +58,7 @@
 #endif
 
 #ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME     "1.7.0"
+#define LIBLAS_RELEASE_NAME     "1.7.0b1"
 #endif
 
 #endif /* LAS_VERSION_H_INCLUDED */
diff -r b010a1523102 -r 370cddd89833 python/setup.py
--- a/python/setup.py	Thu Jun 23 11:48:49 2011 -0500
+++ b/python/setup.py	Thu Jun 23 14:35:03 2011 -0500
@@ -18,7 +18,7 @@
 
 import os
 
-version = '1.7.0'
+version = '1.7.0b1'
 
 import socket
 


More information about the Liblas-commits mailing list