diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-01 10:54:54 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-01 10:54:54 +0100 |
commit | 55ea95c0e6df5ccd47e5af8793096f44914cd8ed (patch) | |
tree | aa65314db547929146e647f1f3d13c2f64a01ab9 | |
parent | a41e35bfa12d8afff0477b36e8ebe79ae63b6621 (diff) |
bump to 1.0.0rc2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86fdd9f..6e83d16 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.58) -AC_INIT([UpdateTool], [1.0.0], [], [], [https://www.b-control.com/home.html]) +AC_INIT([UpdateTool], [1.0.0rc2], [], [], [https://www.b-control.com/home.html]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |