diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-12-31 13:24:50 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-12-31 13:31:18 -0500 |
commit | e5152eec46aeff6005587e57b1ff5138601243b0 (patch) | |
tree | 1843edc54aeec4d7c0b2e96600b6698359f617de | |
parent | 1800240eb3154c5460907917ae3f4659002efc47 (diff) |
Bump to version 0.2.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6f5fe98..e498e0c 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.2) +AC_INIT(guile-sdl2, 0.2.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |