diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-09-23 23:09:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-09-23 23:11:46 +0200 |
commit | 3d0d265ad3f2aff62d783a04d61814b0ff00d716 (patch) | |
tree | bcfc8269127b882a837acb276bce168baa3bb03b /configure.ac | |
parent | 77387ad5e4303bf4ebc688e1c6a2dc7c0b70163c (diff) |
bump to 1.0.2rc1
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 da699ae..c98971d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.58) -AC_INIT([UpdateTool], [1.0.1], [], [], []) +AC_INIT([UpdateTool], [1.0.2], [], [], []) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |