summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-04-23 15:03:07 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-04-23 15:03:07 -0400
commit0ca320591f643ceef7e6099137f9088ae6f69683 (patch)
tree49403cffa7e1510731bce15a96661eb63482e11c
parent54e6d37d62c1c58ebd1f06d485880930e494faf8 (diff)
Bump version to 0.10.0.
-rw-r--r--configure.ac2
-rw-r--r--guix.scm2
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])
diff --git a/guix.scm b/guix.scm
index 076203b..e38c644 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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