diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b805d50..2d927fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,16 @@ -AC_COPYRIGHT([Copyright 2014-2015 The ConsoleKit2 Team]) +AC_COPYRIGHT([Copyright 2014-2017 The ConsoleKit2 Team]) AC_PREREQ([2.50]) AC_INIT([ConsoleKit2], - [1.1.0], + [1.1.1], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) VERSION_MAJOR=1 VERSION_MINOR=1 -VERSION_REVISION=0 +VERSION_REVISION=1 -COPYRIGHT_YEARS="2014 2015" +COPYRIGHT_YEARS="2014 2017" AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools]) |