From: Thadeu Lima de Souza Cascardo Date: Thu, 20 Apr 2017 09:46:11 +0000 (-0300) Subject: Release 2017.1 X-Git-Tag: v2017.1^0 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetclient.git;a=commitdiff_plain;h=d972335f59e6423b5181c5e49f6cde728cb3d4b9 Release 2017.1 --- diff --git a/NEWS b/NEWS index 87680db..e862262 100644 --- a/NEWS +++ b/NEWS @@ -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.