X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=accc2e88d563d28ca18c4722790d031f7b36dc6a;hb=9d2dfcf39f9cf78825d11d146c8a0831b73da977;hp=d54cf75bcf2ce4e866ca86547d6ade3c476b1b6d;hpb=e454ca41ffc1abf65a28d5d317de3530225f167d;p=ctsim.git diff --git a/configure.in b/configure.in index d54cf75..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.0alpha4) +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)