From: Thomas Jarosch Date: Fri, 20 May 2011 14:54:48 +0000 (+0200) Subject: Increase version X-Git-Tag: v0.6~1 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=ca55612532d9f5f9422d7fe367e00929b1856486 Increase version --- 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)