diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-11 17:50:53 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-11 17:50:53 +0100 |
commit | 10ce4daac4236316dffeff9e38d01f9f346198bc (patch) | |
tree | ef7004c150ab1bf59457cfe2dc2be4f3740faacf /configure.ac | |
parent | b79ded84b55e46e79f9df6265fdb204dd33ef186 (diff) |
bump to 1.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 052567b..54ed11d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.58) -AC_INIT([UpdateTool], [1.0.0rc3], [], [], []) +AC_INIT([UpdateTool], [1.0.1], [], [], []) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |