X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=accc2e88d563d28ca18c4722790d031f7b36dc6a;hb=0c4d286b980e2d617b926f9dbea7572eaf1897cd;hp=1843e6a9ac9d9ce8b04817f1350c0c26f0bbef18;hpb=5ff5b33a6bc64fb804106c4d50b83e4cf0d7b0f4;p=ctsim.git diff --git a/configure.in b/configure.in index 1843e6a..accc2e8 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,3.0.0alpha5) +AM_INIT_AUTOMAKE(ctsim,3.0.0beta1) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -384,4 +384,4 @@ fi CXXFLAGS="$CFLAGS" -AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile doc/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile) +AC_OUTPUT(Makefile libctgraphics/Makefile libctsupport/Makefile libctsim/Makefile Makefile man/Makefile doc/Makefile cgi-bin/ctsim.cgi cgi-bin/Makefile html/simulate.html html/Makefile include/Makefile getopt/Makefile tools/sample-ctsim.sh cgi-bin/ctsim.conf tools/Makefile src/Makefile doc/tex2rtf/Makefile)