summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-01 13:41:48 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-07 10:43:09 +0100
commit7df20be352875e85552523e2a86ed77d9f840c4c (patch)
treed50d2f5e43c22a2501a3bfcd5e0066f12bc841cb /configure.ac
parentc3338eee02ae1f8559139f51376f19bfde7375b9 (diff)
downloadsigc++-7df20be352875e85552523e2a86ed77d9f840c4c.tar.gz
Create a parallel-installable sigc++-3.0 API/ABI.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9c862e5..160ad02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.7.1],
+AC_INIT([libsigc++], [2.9.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])
@@ -31,7 +31,7 @@ AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
MM_PREREQ([0.9.8])
-MM_INIT_MODULE([sigc++-2.0])
+MM_INIT_MODULE([sigc++-3.0])
MM_CONFIG_DOCTOOL_DIR([docs])
AC_PROG_CXX