[Liblas-commits] laszip: tweak version

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jan 7 15:26:49 EST 2011


details:   http://hg.liblas.orglaszip/rev/84185afc1b20
changeset: 127:84185afc1b20
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 07 14:26:42 2011 -0600
description:
tweak version

diffstat:

 CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d057f0b36994 -r 84185afc1b20 CMakeLists.txt
--- a/CMakeLists.txt	Fri Jan 07 13:58:53 2011 -0600
+++ b/CMakeLists.txt	Fri Jan 07 14:26:42 2011 -0600
@@ -11,7 +11,7 @@
 
 SET(LASZIP_VERSION_MAJOR "1")
 SET(LASZIP_VERSION_MINOR "0")
-SET(LASZIP_VERSION_PATCH "b1")
+SET(LASZIP_VERSION_PATCH "0b1")
 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