summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14e4172)
raw | patch | inline | side by side (parent: 14e4172)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 28 Oct 2009 05:15:04 +0000 (05:15 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 28 Oct 2009 05:15:04 +0000 (05:15 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c0a48c456d20c976eba79c541c79da6a6c71e772..1388dc220589784f6d95e3192488a10d6dce803f 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl the official version number is
dnl a.b.c
-AC_INIT([rrdtool],[1.4.0])
+AC_INIT([rrdtool],[1.4.1])
dnl for testing a numberical version number comes handy
dnl the released version are
dnl a.bccc
dnl the devel versions will be something like
dnl a.b999yymmddhh
-NUMVERS=1.4000
+NUMVERS=1.4001
AC_SUBST(NUMVERS)
dnl for the linker to understand which versions the library are compatible with
dnl
dnl see http://sourceware.org/autobook/autobook/autobook_91.html
dnl
-LIBVERS=5:0:1
+LIBVERS=5:1:1
AC_SUBST(LIBVERS)
AC_CANONICAL_TARGET