[Liblas-commits] r995 - in branches/1.0: . include/liblas/capi
python
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Feb 4 12:45:30 EST 2009
Author: hobu
Date: Wed Feb 4 12:45:30 2009
New Revision: 995
URL: http://liblas.org/changeset/995
Log:
increment versions in preparation for release
Modified:
branches/1.0/configure.ac
branches/1.0/include/liblas/capi/las_version.h
branches/1.0/nmake.opt
branches/1.0/python/setup.py
Modified: branches/1.0/configure.ac
==============================================================================
--- branches/1.0/configure.ac (original)
+++ branches/1.0/configure.ac Wed Feb 4 12:45:30 2009
@@ -4,7 +4,7 @@
dnl
m4_define([liblas_version_major], [1])
m4_define([liblas_version_minor], [0])
-m4_define([liblas_version_micro], [0])
+m4_define([liblas_version_micro], [1])
m4_define([liblas_version],
[liblas_version_major.liblas_version_minor.liblas_version_micro])
Modified: branches/1.0/include/liblas/capi/las_version.h
==============================================================================
--- branches/1.0/include/liblas/capi/las_version.h (original)
+++ branches/1.0/include/liblas/capi/las_version.h Wed Feb 4 12:45:30 2009
@@ -45,7 +45,7 @@
#ifndef LIBLAS_VERSION_MAJOR
#define LIBLAS_VERSION_MAJOR 1
#define LIBLAS_VERSION_MINOR 0
-#define LIBLAS_VERSION_REV 0
+#define LIBLAS_VERSION_REV 1
#define LIBLAS_VERSION_BUILD 0
#endif
@@ -58,7 +58,7 @@
#endif
#ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME "1.0.0"
+#define LIBLAS_RELEASE_NAME "1.0.1"
#endif
#endif /* LAS_VERSION_H_INCLUDED */
Modified: branches/1.0/nmake.opt
==============================================================================
--- branches/1.0/nmake.opt (original)
+++ branches/1.0/nmake.opt Wed Feb 4 12:45:30 2009
@@ -13,7 +13,7 @@
LAS_LIB_DLL = liblas_i.lib
# only used for filenames of packages
-PACKAGE_VERSION = 1.0.0
+PACKAGE_VERSION = 1.0.1
INCLUDES = -I$(LAS_ROOT)/include -I$(LAS_ROOT)/include/liblas/capi
@@ -42,7 +42,7 @@
# End of GeoTIFF Support
-LAS_HOME=C:\cvs\liblas\trunk
+LAS_HOME=C:\cvs\liblas\branches\1.0
BINDIR=$(LAS_HOME)\bin
OSGEO4W_DIR = $(LAS_HOME)\osgeo4w
PYDLL_DIR = $(LAS_HOME)\python
Modified: branches/1.0/python/setup.py
==============================================================================
--- branches/1.0/python/setup.py (original)
+++ branches/1.0/python/setup.py Wed Feb 4 12:45:30 2009
@@ -17,7 +17,7 @@
import os
-version = '1.0.0'
+version = '1.0.1'
if os.name == 'nt':
# Windows NT library
More information about the Liblas-commits
mailing list