diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-27 00:25:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-27 00:25:10 +0100 |
commit | c0e5555b59f2c3a6a9e96ac22a1f8bc3a9260b1a (patch) | |
tree | 1d4b01b2268ccef946012a1e95d6d914094cb1ea | |
parent | 60c7d4278b634c97de3d53a262f4a8b994c5f9de (diff) |
-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]) |