From 196891b51b2ba534468eefc655170bf3cd39c2fd Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Fri, 3 Dec 2010 14:22:13 +0000 Subject: [PATCH] configure.ac (VERSION): Bump the version to 3:0:0. 2010-12-03 Matthias Klose * configure.ac (VERSION): Bump the version to 3:0:0. * configure: Regenerate. From-SVN: r167426 --- libobjc/ChangeLog | 5 +++++ libobjc/configure | 2 +- libobjc/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 08e74a8405e..897c296e549 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-03 Matthias Klose + + * configure.ac (VERSION): Bump the version to 3:0:0. + * configure: Regenerate. + 2010-11-23 Richard Frith-Macdonald * sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to diff --git a/libobjc/configure b/libobjc/configure index ffa3a88cdd4..37402cae443 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -2272,7 +2272,7 @@ target_subdir=${target_noncanonical} # We need the following definitions because AC_PROG_LIBTOOL relies on them PACKAGE=libobjc # Version is pulled out to make it a bit easier to change using sed. -VERSION=2:0:0 +VERSION=3:0:0 # This works around the fact that libtool configuration may change LD diff --git a/libobjc/configure.ac b/libobjc/configure.ac index ed532fab025..6157d11c955 100644 --- a/libobjc/configure.ac +++ b/libobjc/configure.ac @@ -27,7 +27,7 @@ GCC_TOPLEV_SUBDIRS # We need the following definitions because AC_PROG_LIBTOOL relies on them PACKAGE=libobjc # Version is pulled out to make it a bit easier to change using sed. -VERSION=2:0:0 +VERSION=3:0:0 AC_SUBST(VERSION) # This works around the fact that libtool configuration may change LD