diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ += 2017.1 = + +Allow server to be specified. +Update client version. +Allow client version to be specified. + = 2016.1 = Support years ahead of 2015. diff --git a/configure.ac b/configure.ac index b73176c..840cc45 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], [2016.0], [softwares-impostos@fsfla.org], [], +AC_INIT([rnetclient], [2017.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. |