From ca55612532d9f5f9422d7fe367e00929b1856486 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 20 May 2011 16:54:48 +0200 Subject: [PATCH] Increase version --- configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index faf76e4..0f775c9 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) dnl AC_CONFIG_HEADERS([config.h:config.h.in]) -AM_INIT_AUTOMAKE(libt2n, 0.5) +AM_INIT_AUTOMAKE(libt2n, 0.6) AC_DEFINE(PROTOCOL_VERSION, 1, [protocol version used (integers, increase version if incompatible)]) @@ -44,5 +44,5 @@ AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) dnl todo: do not create .pc file in configure but in make dnl see also autoconf manual "Installation Directory Variables" - + AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile examples-codegen/Makefile) -- 1.7.1