[Liblas-commits] laszip: increment versions in preparation for release

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Feb 1 09:39:30 EST 2011


details:   http://hg.liblas.orglaszip/rev/a216ab3ddb11
changeset: 177:a216ab3ddb11
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Feb 01 08:39:26 2011 -0600
description:
increment versions in preparation for release

diffstat:

 CMakeLists.txt            |   4 ++--
 include/laszip/laszip.hpp |  34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 19 deletions(-)

diffs (76 lines):

diff -r 945149ad3303 -r a216ab3ddb11 CMakeLists.txt
--- a/CMakeLists.txt	Tue Feb 01 08:26:54 2011 -0600
+++ b/CMakeLists.txt	Tue Feb 01 08:39:26 2011 -0600
@@ -11,9 +11,9 @@
 
 SET(LASZIP_VERSION_MAJOR "1")
 SET(LASZIP_VERSION_MINOR "0")
-SET(LASZIP_VERSION_PATCH "0")
+SET(LASZIP_VERSION_PATCH "1")
 set(VERSION "${LASZIP_VERSION_MAJOR}.${LASZIP_VERSION_MINOR}.${LASZIP_VERSION_PATCH}")
-SET(LASZIP_LIB_SOVERSION "1.0.0")
+SET(LASZIP_LIB_SOVERSION "2.0.1")
 
 # Name of C++ library
 set(LASZIP_LIB_NAME laszip)
diff -r 945149ad3303 -r a216ab3ddb11 include/laszip/laszip.hpp
--- a/include/laszip/laszip.hpp	Tue Feb 01 08:26:54 2011 -0600
+++ b/include/laszip/laszip.hpp	Tue Feb 01 08:39:26 2011 -0600
@@ -1,13 +1,13 @@
-/*
-===============================================================================
-
-  FILE:  laszip.hpp
-  
-  CONTENTS:
-  
+/*
+===============================================================================
+
+  FILE:  laszip.hpp
+  
+  CONTENTS:
+  
     Contains LASitem and LASchunk structs as well as the IDs of the currently
-    supported entropy coding scheme
-
+    supported entropy coding scheme
+
   PROGRAMMERS:
   
     martin.isenburg at gmail.com
@@ -27,11 +27,11 @@
   
     10 January 2011 -- licensing change for LGPL release and liblas integration
     12 December 2010 -- refactored from lasdefinitions after movies with silke
-  
-===============================================================================
-*/
-#ifndef LASZIP_HPP
-#define LASZIP_HPP
+  
+===============================================================================
+*/
+#ifndef LASZIP_HPP
+#define LASZIP_HPP
 
 #if defined(_MSC_VER) && (_MSC_VER < 1300)
 #define LZ_WIN32_VC6
@@ -43,9 +43,9 @@
 
 #define LASZIP_VERSION_MAJOR    1
 #define LASZIP_VERSION_MINOR    0
-#define LASZIP_VERSION_REVISION 0
+#define LASZIP_VERSION_REVISION 1
 
-#include "laszipexport.hpp"
+#include "laszipexport.hpp"
 
 class LASZIP_DLL LASitem
 {
@@ -101,4 +101,4 @@
 }; 
 */
 
-#endif
+#endif


More information about the Liblas-commits mailing list