[Liblas-commits] hg: bump versions in preparation for release

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Feb 1 13:01:28 EST 2011


details:   http://hg.liblas.orghg/rev/b3a16fe22b02
changeset: 2839:b3a16fe22b02
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Feb 01 12:01:23 2011 -0600
description:
bump versions in preparation for release

diffstat:

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

diffs (67 lines):

diff -r 4de4f05bf89b -r b3a16fe22b02 CMakeLists.txt
--- a/CMakeLists.txt	Tue Feb 01 11:53:28 2011 -0600
+++ b/CMakeLists.txt	Tue Feb 01 12:01:23 2011 -0600
@@ -11,11 +11,11 @@
 
 SET(LIBLAS_VERSION_MAJOR "1")
 SET(LIBLAS_VERSION_MINOR "6")
-SET(LIBLAS_VERSION_PATCH "0b4")
+SET(LIBLAS_VERSION_PATCH "0")
 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")
-SET(OSGEO4W_UPSTREAM_RELEASE "2")
+SET(OSGEO4W_UPSTREAM_RELEASE "1")
 
 if(WIN32)
   # Name of C++ library
diff -r 4de4f05bf89b -r b3a16fe22b02 include/liblas/capi/las_version.h
--- a/include/liblas/capi/las_version.h	Tue Feb 01 11:53:28 2011 -0600
+++ b/include/liblas/capi/las_version.h	Tue Feb 01 12:01:23 2011 -0600
@@ -45,7 +45,7 @@
 #ifndef LIBLAS_VERSION_MAJOR
 #define LIBLAS_VERSION_MAJOR    1
 #define LIBLAS_VERSION_MINOR    6
-#define LIBLAS_VERSION_REV      0b4
+#define LIBLAS_VERSION_REV      0
 #define LIBLAS_VERSION_BUILD    0
 #endif
 
@@ -54,11 +54,11 @@
 #endif
 
 #ifndef LIBLAS_RELEASE_DATE
-#define LIBLAS_RELEASE_DATE     20100107
+#define LIBLAS_RELEASE_DATE     20100201
 #endif
 
 #ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME     "1.6.0b4"
+#define LIBLAS_RELEASE_NAME     "1.6.0"
 #endif
 
 #endif /* LAS_VERSION_H_INCLUDED */
diff -r 4de4f05bf89b -r b3a16fe22b02 python/setup.py
--- a/python/setup.py	Tue Feb 01 11:53:28 2011 -0600
+++ b/python/setup.py	Tue Feb 01 12:01:23 2011 -0600
@@ -18,7 +18,7 @@
 
 import os
 
-version = '1.6.0b4'
+version = '1.6.0'
 
 scripts =['scripts/oci2las.py']
         
diff -r 4de4f05bf89b -r b3a16fe22b02 src/header.cpp
--- a/src/header.cpp	Tue Feb 01 11:53:28 2011 -0600
+++ b/src/header.cpp	Tue Feb 01 12:01:23 2011 -0600
@@ -65,7 +65,7 @@
 
 char const* const Header::FileSignature = "LASF";
 char const* const Header::SystemIdentifier = "libLAS";
-char const* const Header::SoftwareIdentifier = "libLAS 1.6.0b4";
+char const* const Header::SoftwareIdentifier = "libLAS 1.6.0";
 
 
 Header::Header() : m_schema(ePointFormat3)


More information about the Liblas-commits mailing list