diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-12-22 13:04:31 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-22 13:04:31 -0500 |
commit | cf606558b6aa6864ed94134e98d45fc06d110911 (patch) | |
tree | d55f5bb6843430d584592211be796a1186e368a2 /configure.ac | |
parent | f2cee42207500ccaa97fde65c71364cc8836466d (diff) |
Change version to 0.1.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 46b81e0..790c4bf 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) +AC_INIT(guile-sdl2, 0.1.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |