diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-06-01 20:33:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-06-01 20:34:17 -0400 |
commit | 539c41bc01d86649eb25004b22531bf773c0d7e8 (patch) | |
tree | aad00537487fce88e1922f715719591af98b50d5 | |
parent | 55c4eef72050207bdd3f43aa8bc910bb5a7e97a6 (diff) |
Bump version to 0.1.2.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 549e0eb..6f5fe98 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # License along with guile-sdl2. If not, see # <http://www.gnu.org/licenses/>. -AC_INIT(guile-sdl2, 0.1.1) +AC_INIT(guile-sdl2, 0.1.2) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |