[Liblas-commits] laszip: increment version information to 1.2.0 in preparation fo...

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Apr 5 09:38:45 EDT 2011


details:   http://hg.liblas.orglaszip/rev/9804a2b7dbff
changeset: 203:9804a2b7dbff
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Apr 05 08:38:35 2011 -0500
description:
increment version information to 1.2.0 in preparation for next release

diffstat:

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

diffs (77 lines):

diff -r 6822cbe2b103 -r 9804a2b7dbff CMakeLists.txt
--- a/CMakeLists.txt	Sun Apr 03 05:54:21 2011 -0700
+++ b/CMakeLists.txt	Tue Apr 05 08:38:35 2011 -0500
@@ -10,10 +10,10 @@
 
 
 SET(LASZIP_VERSION_MAJOR "1")
-SET(LASZIP_VERSION_MINOR "0")
-SET(LASZIP_VERSION_PATCH "1")
+SET(LASZIP_VERSION_MINOR "2")
+SET(LASZIP_VERSION_PATCH "0")
 set(VERSION "${LASZIP_VERSION_MAJOR}.${LASZIP_VERSION_MINOR}.${LASZIP_VERSION_PATCH}")
-SET(LASZIP_LIB_SOVERSION "2.0.1")
+SET(LASZIP_LIB_SOVERSION "3.0.1")
 
 # Name of C++ library
 set(LASZIP_LIB_NAME laszip)
diff -r 6822cbe2b103 -r 9804a2b7dbff include/laszip/laszip.hpp
--- a/include/laszip/laszip.hpp	Sun Apr 03 05:54:21 2011 -0700
+++ b/include/laszip/laszip.hpp	Tue Apr 05 08:38:35 2011 -0500
@@ -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
@@ -28,11 +28,11 @@
     20 March 2011 -- incrementing LASZIP_VERSION to 2.0 for improved compression
     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
@@ -41,8 +41,8 @@
 typedef long long SIGNED_INT64;
 #endif
 
-#define LASZIP_VERSION_MAJOR    2
-#define LASZIP_VERSION_MINOR    0
+#define LASZIP_VERSION_MAJOR    1
+#define LASZIP_VERSION_MINOR    2
 #define LASZIP_VERSION_REVISION 0
 
 #include "laszipexport.hpp"
@@ -105,4 +105,4 @@
 }; 
 */
 
-#endif
+#endif


More information about the Liblas-commits mailing list