[Liblas-commits] hg: 2 new changesets
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Oct 2 10:01:27 EDT 2009
changeset d067bdb27217 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=d067bdb27217
summary: fix up extra bracket, bump version in prep for release
changeset be75b07d66d2 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=be75b07d66d2
summary: bump versions in prep for release
diffstat:
configure.ac | 6 +++---
include/liblas/capi/las_version.h | 6 +++---
nmake.opt | 2 +-
python/setup.py | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (80 lines):
diff -r 4fde250b2634 -r be75b07d66d2 configure.ac
--- a/configure.ac Wed Sep 30 13:02:06 2009 -0500
+++ b/configure.ac Fri Oct 02 08:58:58 2009 -0500
@@ -4,7 +4,7 @@
dnl
m4_define([liblas_version_major], [1])
m4_define([liblas_version_minor], [2])
-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])
@@ -58,7 +58,7 @@
dnl #########################################################################
AC_ARG_ENABLE([debug],
- AC_HELP_STRING([--enable-debug=ARG], [Enable debug compilation mode [yes or no, default=${debug_default}]]),,)
+ AC_HELP_STRING([--enable-debug=ARG], [Enable debug compilation mode yes or no, default=${debug_default}]),,)
AC_MSG_CHECKING([for debug enabled])
@@ -73,7 +73,7 @@
fi
dnl #########################################################################
-dnl Definiion of custom Autoconf macros
+dnl Definition of custom Autoconf macros
dnl #########################################################################
AC_DEFUN([LOC_MSG],[
diff -r 4fde250b2634 -r be75b07d66d2 include/liblas/capi/las_version.h
--- a/include/liblas/capi/las_version.h Wed Sep 30 13:02:06 2009 -0500
+++ b/include/liblas/capi/las_version.h Fri Oct 02 08:58:58 2009 -0500
@@ -45,7 +45,7 @@
#ifndef LIBLAS_VERSION_MAJOR
#define LIBLAS_VERSION_MAJOR 1
#define LIBLAS_VERSION_MINOR 2
-#define LIBLAS_VERSION_REV 0
+#define LIBLAS_VERSION_REV 1
#define LIBLAS_VERSION_BUILD 0
#endif
@@ -54,11 +54,11 @@
#endif
#ifndef LIBLAS_RELEASE_DATE
-#define LIBLAS_RELEASE_DATE 20090325
+#define LIBLAS_RELEASE_DATE 20091002
#endif
#ifndef LIBLAS_RELEASE_NAME
-#define LIBLAS_RELEASE_NAME "1.2.0"
+#define LIBLAS_RELEASE_NAME "1.2.1"
#endif
#endif /* LAS_VERSION_H_INCLUDED */
diff -r 4fde250b2634 -r be75b07d66d2 nmake.opt
--- a/nmake.opt Wed Sep 30 13:02:06 2009 -0500
+++ b/nmake.opt Fri Oct 02 08:58:58 2009 -0500
@@ -23,7 +23,7 @@
LAS_LIB_DLL = liblas_i.lib
# only used for filenames of packages
-PACKAGE_VERSION = 1.2.0
+PACKAGE_VERSION = 1.2.1
!MESSAGE *** Setting PACKAGE_VERSION $(PACKAGE_VERSION)
diff -r 4fde250b2634 -r be75b07d66d2 python/setup.py
--- a/python/setup.py Wed Sep 30 13:02:06 2009 -0500
+++ b/python/setup.py Fri Oct 02 08:58:58 2009 -0500
@@ -17,7 +17,7 @@
import os
-version = '1.2.0'
+version = '1.2.1'
if os.name == 'nt':
# Windows NT library
More information about the Liblas-commits
mailing list