[Liblas-commits] laszip: increment version in preparation for
release
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Jan 17 13:06:04 EST 2011
details: http://hg.liblas.orglaszip/rev/e13c0a13b0b4
changeset: 153:e13c0a13b0b4
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Jan 17 12:05:57 2011 -0600
description:
increment version in preparation for release
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fb38a2e7901f -r e13c0a13b0b4 CMakeLists.txt
--- a/CMakeLists.txt Mon Jan 17 12:04:51 2011 -0600
+++ b/CMakeLists.txt Mon Jan 17 12:05:57 2011 -0600
@@ -11,7 +11,7 @@
SET(LASZIP_VERSION_MAJOR "1")
SET(LASZIP_VERSION_MINOR "0")
-SET(LASZIP_VERSION_PATCH "0b1")
+SET(LASZIP_VERSION_PATCH "0")
set(VERSION "${LASZIP_VERSION_MAJOR}.${LASZIP_VERSION_MINOR}.${LASZIP_VERSION_PATCH}")
SET(LASZIP_LIB_SOVERSION "1.0.0")
More information about the Liblas-commits
mailing list