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

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jul 1 14:39:16 EDT 2011


details:   http://hg.liblas.orghg/rev/2beedf2e9e48
changeset: 3064:2beedf2e9e48
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jul 01 13:39:11 2011 -0500
description:
bump versions in preperation for release

diffstat:

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

diffs (62 lines):

diff -r 713dd1a38c49 -r 2beedf2e9e48 CMakeLists.txt
--- a/CMakeLists.txt	Fri Jul 01 13:32:25 2011 -0500
+++ b/CMakeLists.txt	Fri Jul 01 13:39:11 2011 -0500
@@ -11,7 +11,7 @@
 
 SET(LIBLAS_VERSION_MAJOR "1")
 SET(LIBLAS_VERSION_MINOR "7")
-SET(LIBLAS_VERSION_PATCH "0b1")
+SET(LIBLAS_VERSION_PATCH "0b2")
 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 713dd1a38c49 -r 2beedf2e9e48 include/liblas/capi/las_version.h
--- a/include/liblas/capi/las_version.h	Fri Jul 01 13:32:25 2011 -0500
+++ b/include/liblas/capi/las_version.h	Fri Jul 01 13:39:11 2011 -0500
@@ -45,7 +45,7 @@
 #ifndef LIBLAS_VERSION_MAJOR
 #define LIBLAS_VERSION_MAJOR    1
 #define LIBLAS_VERSION_MINOR    7
-#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     20110623
+#define LIBLAS_RELEASE_DATE     20110701
 #endif
 
 #ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME     "1.7.0b1"
+#define LIBLAS_RELEASE_NAME     "1.7.0b2"
 #endif
 
 #endif /* LAS_VERSION_H_INCLUDED */
diff -r 713dd1a38c49 -r 2beedf2e9e48 python/setup.py
--- a/python/setup.py	Fri Jul 01 13:32:25 2011 -0500
+++ b/python/setup.py	Fri Jul 01 13:39:11 2011 -0500
@@ -18,7 +18,7 @@
 
 import os
 
-version = '1.7.0b1'
+version = '1.7.0b2'
 
 import socket
 
diff -r 713dd1a38c49 -r 2beedf2e9e48 src/header.cpp
--- a/src/header.cpp	Fri Jul 01 13:32:25 2011 -0500
+++ b/src/header.cpp	Fri Jul 01 13:39:11 2011 -0500
@@ -71,7 +71,7 @@
 
 char const* const Header::FileSignature = "LASF";
 char const* const Header::SystemIdentifier = "libLAS";
-char const* const Header::SoftwareIdentifier = "libLAS 1.7.0";
+char const* const Header::SoftwareIdentifier = "libLAS 1.7.0b2";
 
 
 Header::Header() : m_schema(ePointFormat3)


More information about the Liblas-commits mailing list