From c0e5555b59f2c3a6a9e96ac22a1f8bc3a9260b1a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 27 Jan 2022 00:25:10 +0100 Subject: Update version and copyright. --- configure.ac | 4 ++-- 1 file 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]) -- cgit v1.2.3