From 9004591a150481fb6febf387f26628bde3b2a31a Mon Sep 17 00:00:00 2001 From: Noah Fontes Date: Sun, 6 Oct 2013 16:45:51 -0400 Subject: [PATCH] Bump version, closes #7. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 18aab63..9511d1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.67) -AC_INIT(libcurvecpr, 0.1.0, nfontes+libcurvecpr@cynigram.com, libcurvecpr) +AC_INIT(libcurvecpr, 0.1.1, nfontes+libcurvecpr@cynigram.com, libcurvecpr) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([libcurvecpr/include/curvecpr.h])