aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-09 15:38:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-09 15:38:04 +0300
commit06adfe8849776f20fdd5e3e6156d4cb00efddc07 (patch)
tree219f4bd550236c2040da249c0807fd95de175cdc
parent1f44107ca2267fadd64c5a7070fa493b7b4c1d53 (diff)
downloadvcsync-06adfe8849776f20fdd5e3e6156d4cb00efddc07.tar.gz
vcsync-06adfe8849776f20fdd5e3e6156d4cb00efddc07.tar.bz2
Version 1.0.90
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b91652c..b9532f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-vcsync -- history of user-visible changes. 2019-07-24
+vcsync -- history of user-visible changes. 2019-08-09
See the end of file for copying conditions.
Please send vcsync bug reports to <bug-vcsync@gnu.org.ua>
+Version 1.0.90
+
+* Automatic VCS detection.
+
+
Version 1.0, 2019-07-24
Initial release.
diff --git a/configure.ac b/configure.ac
index 1334900..81a7d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with Vcsync. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([vcsync], [1.0], [bug-vcsync@gnu.org.ua],,
+AC_INIT([vcsync], [1.0.90], [bug-vcsync@gnu.org.ua],,
[http://www.gnu.org.ua/software/vcsync])
AC_CONFIG_SRCDIR([src/vcsync.c])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.