diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-28 11:20:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-28 11:20:07 +0200 |
commit | 199d4e9457fc30300996ee51c53d40f5232df24e (patch) | |
tree | bb92e8f1c49a107db729d46e0a795f8f36b431b7 | |
parent | d684ef039da7db875e4872c9b82016aaba246efc (diff) |
configure: Set version to 0.1.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7b53d7e..cada55f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- -AC_INIT([guile-drmaa], [0.1]) +AC_INIT([guile-drmaa], [0.1.0]) AC_SUBST(AUTHOR, "\"Ricardo Wurmus\"") AC_SUBST(COPYRIGHT, "'(2020 2021)") AC_SUBST(LICENSE, gpl3+) |