X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=configure.in;h=0f775c925cd731a18eb04d97c07d8cf5cf659fc4;hp=faf76e4adb3fb0099ebccf8d0e0127acf3765bab;hb=ca55612532d9f5f9422d7fe367e00929b1856486;hpb=53f790539a2007310efd0987d58d28a718815edb 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)