diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cada55f..cc3e04e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl -*- Autoconf -*- -AC_INIT([guile-drmaa], [0.1.0]) +AC_INIT([guile-drmaa], [0.1.1]) AC_SUBST(AUTHOR, "\"Ricardo Wurmus\"") -AC_SUBST(COPYRIGHT, "'(2020 2021)") +AC_SUBST(COPYRIGHT, "'(2020 2021 2022)") AC_SUBST(LICENSE, gpl3+) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.12 silent-rules subdir-objects color-tests parallel-tests -Woverride -Wno-portability]) |