diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-15 19:42:09 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-15 19:42:09 -0400 |
commit | 4bd5d6c93f6969fd417780b92cc5d2da4d699771 (patch) | |
tree | aea6f9e7b4b68e8771c4f044efd4e16aa0372b84 | |
parent | 9188422e81f7f7e9c1780fe73633ed956a9816ea (diff) |
Bump effective version to 0.1.1.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3131c3..e0958df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- -AC_INIT(lisparuga, 0.1.0) AC_CONFIG_SRCDIR(gamejam) +AC_INIT(lisparuga, 0.1.1) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) |