diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-10-16 07:53:16 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-10-16 07:53:16 -0400 |
commit | d0f9c26dce6e23533c23e401f604d712b43d4420 (patch) | |
tree | 74a1b86c310b7d4c62422e7c9d92fccdb9403c9f /configure.ac | |
parent | 049c0160e7058555b93bf8efd9e7f2cf29de0290 (diff) |
Bump to version 0.3.1.v0.3.1
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 1371b8c..235cb7d 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.3.0) +AC_INIT(guile-sdl2, 0.3.1) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |