From cf606558b6aa6864ed94134e98d45fc06d110911 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 22 Dec 2015 13:04:31 -0500 Subject: Change version to 0.1.0. --- configure.ac | 2 +- guix.scm | 2 +- 2 files changed, 2 insertions(+), 2 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 # . -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]) diff --git a/guix.scm b/guix.scm index 29592d8..4914bf9 100644 --- a/guix.scm +++ b/guix.scm @@ -41,7 +41,7 @@ (package (name "guile-sdl2") - (version "0.1") + (version "0.1.0") (source (origin (method git-fetch) (uri (git-reference -- cgit v1.2.3