diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-07-10 21:38:08 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-07-10 21:38:19 -0400 |
commit | 296ea4423d94809201d6f98f574536bd98de46da (patch) | |
tree | 5790f5101ea8582defa2a9fa9a167d810661d119 /configure.ac | |
parent | 30316fd6f6f2b7051db5c7540ece7c6fa45c7d9b (diff) |
Bump to version 0.3.0.
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 e498e0c..de27211 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.2.0) +AC_INIT(guile-sdl2, 0.3.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |