diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-01 14:45:39 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-01 14:45:39 +0100 |
commit | 2c9c90ffbb8e4ebcef36fbcc1e9031ccc169b5d5 (patch) | |
tree | 9b52e2c6fac84a2a9a95c2641ddf5e01b3890d66 | |
parent | 2263f4f6a537c443c7ce89694179d10bcad7e334 (diff) |
bump to 1.0.0rc3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e83d16..a6d19bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.58) -AC_INIT([UpdateTool], [1.0.0rc2], [], [], [https://www.b-control.com/home.html]) +AC_INIT([UpdateTool], [1.0.0rc3], [], [], [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]) |