[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'
Otavio Salvador
otavio at alioth.debian.org
Thu Apr 24 18:31:41 UTC 2008
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7e46a3964089804bfa1b4e4e0149ed948fe5f4c2
Author: Otavio Salvador <otavio at ossystems.com.br>
Date: Sat Apr 12 16:14:33 2008 -0300
Bump version to 1.8.9 since it broke ABI interface
diff --git a/configure.ac b/configure.ac
index a6be2e6..9f0971b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl
dnl This file may be modified and/or distributed without restriction.
AC_PREREQ(2.61)
-AC_INIT([GNU parted],[1.8.8],[bug-parted at gnu.org])
+AC_INIT([GNU parted],[1.8.9],[bug-parted at gnu.org])
AC_CONFIG_SRCDIR(include/parted/parted.h)
@@ -24,7 +24,7 @@ dnl function signatures changed),
dnl set PED_BINARY_AGE _and_ PED_INTERFACE_AGE to 0.
PED_MAJOR_VERSION=1
PED_MINOR_VERSION=8
-PED_MICRO_VERSION=8
+PED_MICRO_VERSION=9
PED_INTERFACE_AGE=0
PED_BINARY_AGE=0
PED_VERSION_SUFFIX=
More information about the Parted-commits
mailing list