diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-23 15:03:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-23 15:03:07 -0400 |
commit | 0ca320591f643ceef7e6099137f9088ae6f69683 (patch) | |
tree | 49403cffa7e1510731bce15a96661eb63482e11c | |
parent | 54e6d37d62c1c58ebd1f06d485880930e494faf8 (diff) |
Bump version to 0.10.0.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | guix.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3702094..e0e3cc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(chickadee, 0.9.0) +AC_INIT(chickadee, 0.10.0) AC_CONFIG_SRCDIR(chickadee) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) @@ -123,7 +123,7 @@ SDL2 C shared library via the foreign function interface.") (package (name "chickadee") - (version "0.9.0") + (version "0.10.0-git") (source (git-checkout (url (dirname (current-filename))))) (build-system gnu-build-system) (arguments |