diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-10 09:31:13 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-07-10 09:31:13 -0400 |
commit | 187d22c61a2fa253e155cd1cc0ce916ac48391dd (patch) | |
tree | afb96f52a4ba0a190076959249ba2614d099a8a0 | |
parent | 6b79c8c097b1d185929185bd57a36963660a1485 (diff) |
Bump version to 0.1.2.v0.1.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8520a43..6f24860 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(Shroud, 0.1.1) +AC_INIT(Shroud, 0.1.2) AC_CONFIG_SRCDIR(shroud) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |