X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=53dc60c7e53227c48216834ba9f8155da32deec7;hb=4623dc854f1320cb40231becdc2d036eaef2ccb2;hp=993a2508cd419ee46def00b0db7e47ece4f130f7;hpb=25a1a70e9d3e8076df3e74f573ebfe800aa6ee88;p=cascardo%2Frnetclient.git diff --git a/configure.ac b/configure.ac index 993a250..53dc60c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Run ./bootstrap.sh on the source directory in order to process this dnl file. dnl Initialization routines. -AC_INIT([rnetclient], [2014.1], [softwares-impostos@fsfla.org], [], +AC_INIT([rnetclient], [2015.1], [softwares-impostos@fsfla.org], [], [http://wiki.libreplanetbr.org/rnetclient]) dnl If you update this auxiliary directory, remember to also update the dnl value of $AUX_DIR in the 'bootstrap.sh' script. @@ -52,6 +52,7 @@ $CFLAGS" dnl Outputting the necessary files for the build. AC_CONFIG_HEADERS([config.h]) AC_OUTPUT([Makefile] + [data/Makefile] [doc/Makefile] [doc/man/Makefile] [doc/man/pt_BR/Makefile])