summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 987cbf3)
raw | patch | inline | side by side (parent: 987cbf3)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 07:48:48 +0000 (07:48 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 16 Dec 2011 07:48:48 +0000 (07:48 +0000) |
program/Makefile.am | patch | blob | history | |
program/configure.ac | patch | blob | history |
diff --git a/program/Makefile.am b/program/Makefile.am
index 1961ef23dc48c3a481a358e5cdbb2195fa75e708..236c2485ccf850b272817b0d09e4b4abd165e1a5 100644 (file)
--- a/program/Makefile.am
+++ b/program/Makefile.am
# the following files are not mentioned in any other Makefile
EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
- rrdtool.spec favicon.ico win32/Makefile win32/config.h autogen.sh \
- win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj libtool \
- win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \
- win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile \
- etc/rrdcached-default etc/rrdcached-init
-
-
+ rrdtool.spec favicon.ico autogen.sh \
+ libtool \
+ netware/Makefile \
+ etc/rrdcached-default etc/rrdcached-init \
+ win32/Makefile win32/config.h win32/rrdlib.vcproj win32/rrdtool.vcproj win32/rrdupdate.vcproj \
+ win32/README win32/rrd.sln win32/rrdtool.sln win32/rrdupdate.sln
+
CLEANFILES = config.cache
diff --git a/program/configure.ac b/program/configure.ac
index 275036617eec22bd630f3226c62c309372cc6658..be0364301624fc1bd4b0248873571d3fc8df1fbe 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
dnl the official version number is
dnl a.b.c
-AC_INIT([rrdtool],[1.4.5])
+AC_INIT([rrdtool],[1.4.6])
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.4004
+NUMVERS=1.4006
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:4:1
+LIBVERS=5:4:2
AC_SUBST(LIBVERS)
AC_CANONICAL_TARGET