diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-01-01 15:55:28 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-01-01 15:55:28 -0500 |
commit | 2f64307dce77ce372afa80d04432749cc75a97d8 (patch) | |
tree | 9bd90a3dbf0443b7d5c2d2c238d28e998c4bb128 | |
parent | 29228696345c2d19be81daebea4da5170f35694e (diff) |
Bump to v0.1.1.v0.1.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 790c4bf..1812ed9 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.0) +AC_INIT(guile-sdl2, 0.1.1) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |