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 /configure.ac | |
parent | 54e6d37d62c1c58ebd1f06d485880930e494faf8 (diff) |
Bump version to 0.10.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 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]) |