From 3af0ffde14d55c6c254fac26ddd66b45ed63f190 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 5 Feb 2010 23:42:11 -0500 Subject: [PATCH] altfloat-0.3 --- altfloat.cabal | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altfloat.cabal b/altfloat.cabal index 856fb31..a7ef510 100644 --- a/altfloat.cabal +++ b/altfloat.cabal @@ -1,5 +1,5 @@ Name: altfloat -Version: 0.2 +Version: 0.3 License: OtherLicense License-File: LICENSE Cabal-Version: >= 1.6 diff --git a/configure.ac b/configure.ac index 1fd8518..f063a76 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl notice and this notice are preserved. This file is offered as-is, dnl without any warranty. AC_PREREQ(2.62) -AC_INIT([altfloat],[0.2],[nbowler@draconx.ca]) +AC_INIT([altfloat],[0.3],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([altfloat.cabal]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT