[Liblas-commits] r1153 - in trunk: . include/liblas/capi python

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Mar 30 11:58:16 EDT 2009


Author: hobu
Date: Mon Mar 30 11:58:15 2009
New Revision: 1153
URL: http://liblas.org/changeset/1153

Log:
increment version to 1.3 now that we are done with the 1.2 release

Modified:
   trunk/configure.ac
   trunk/include/liblas/capi/las_version.h
   trunk/nmake.opt
   trunk/python/setup.py

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 30 11:58:15 2009
@@ -3,7 +3,7 @@
 dnl This is main autoconf bootstrap script of libLAS project.
 dnl
 m4_define([liblas_version_major], [1])
-m4_define([liblas_version_minor], [2])
+m4_define([liblas_version_minor], [3])
 m4_define([liblas_version_micro], [0])
 m4_define([liblas_version],
           [liblas_version_major.liblas_version_minor.liblas_version_micro])

Modified: trunk/include/liblas/capi/las_version.h
==============================================================================
--- trunk/include/liblas/capi/las_version.h	(original)
+++ trunk/include/liblas/capi/las_version.h	Mon Mar 30 11:58:15 2009
@@ -44,7 +44,7 @@
 
 #ifndef LIBLAS_VERSION_MAJOR
 #define LIBLAS_VERSION_MAJOR    1
-#define LIBLAS_VERSION_MINOR    2
+#define LIBLAS_VERSION_MINOR    3
 #define LIBLAS_VERSION_REV      0
 #define LIBLAS_VERSION_BUILD    0
 #endif
@@ -54,11 +54,11 @@
 #endif
 
 #ifndef LIBLAS_RELEASE_DATE
-#define LIBLAS_RELEASE_DATE     20090325
+#define LIBLAS_RELEASE_DATE     20090401
 #endif
 
 #ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME     "1.2.0"
+#define LIBLAS_RELEASE_NAME     "1.3.0"
 #endif
 
 #endif /* LAS_VERSION_H_INCLUDED */

Modified: trunk/nmake.opt
==============================================================================
--- trunk/nmake.opt	(original)
+++ trunk/nmake.opt	Mon Mar 30 11:58:15 2009
@@ -23,7 +23,7 @@
 LAS_LIB_DLL = liblas_i.lib
 
 # only used for filenames of packages
-PACKAGE_VERSION = 1.2.0
+PACKAGE_VERSION = 1.3.0
 
 !MESSAGE *** Setting PACKAGE_VERSION $(PACKAGE_VERSION)
 

Modified: trunk/python/setup.py
==============================================================================
--- trunk/python/setup.py	(original)
+++ trunk/python/setup.py	Mon Mar 30 11:58:15 2009
@@ -17,7 +17,7 @@
 
 import os
 
-version = '1.2.0'
+version = '1.3.0'
 
 if os.name == 'nt':
     # Windows NT library


More information about the Liblas-commits mailing list