debump version
authorDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 11:32:39 +0000 (19:32 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Fri, 8 Feb 2013 11:32:39 +0000 (19:32 +0800)
* 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

index 5eadfec..bdf44ea 100644 (file)
@@ -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])