configure.ac (VERSION): Bump the version to 3:0:0.

2010-12-03  Matthias Klose  <doko@ubuntu.com> 

        * configure.ac (VERSION): Bump the version to 3:0:0.
        * configure: Regenerate.

From-SVN: r167426
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 08e74a8..897c296 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-03  Matthias Klose  <doko@ubuntu.com> 
+
+	* configure.ac (VERSION): Bump the version to 3:0:0.
+	* configure: Regenerate.
+
 2010-11-23  Richard Frith-Macdonald <rfm@gnu.org>
 
 	* sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to
diff --git a/libobjc/configure b/libobjc/configure
index ffa3a88..37402ca 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -2272,7 +2272,7 @@
 # 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 ed532fa..6157d11 100644
--- a/libobjc/configure.ac
+++ b/libobjc/configure.ac
@@ -27,7 +27,7 @@
 # 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