From 9a4a8803c3d641af8a954ee3b6046d03562d4c61 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Fri, 8 Feb 2013 19:32:39 +0800 Subject: [PATCH] debump version * configure.ac: Version back to 0.1; 2.0 only really applies to GL bindings, and we want to provide a broader subset anyway. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5eadfec..bdf44ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(guile-figl, 2.0.0) +AC_INIT(guile-figl, 0.1.0) AC_CONFIG_SRCDIR(figl.scm) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) -- 2.20.1