X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=2835ad3d42cc072f316bb8fa5fb78b9aeae88244;hb=7728716759b73ee95b84c33a922bdc628dc7d2a9;hp=c01ff670480b8c66ea719aa960bcd0a75f1660c2;hpb=bf0d38396121d11ceccb530bb8b8739393b2690b;p=jansson.git diff --git a/configure.ac b/configure.ac index c01ff67..2835ad3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([jansson], [0.1], [petri@digip.org]) +AC_INIT([jansson], [1.0.3+], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) @@ -23,6 +23,7 @@ AC_CONFIG_FILES([ doc/Makefile src/Makefile test/Makefile + test/testdata/Makefile test/testprogs/Makefile ]) AC_OUTPUT