From 01ee50c74b1cc32a4b87001c84d753b56fd5df33 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 20 Feb 2010 18:55:51 -0500 Subject: [PATCH] altfloat-0.3.1 --- altfloat.cabal | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altfloat.cabal b/altfloat.cabal index a7ef510..c970783 100644 --- a/altfloat.cabal +++ b/altfloat.cabal @@ -1,5 +1,5 @@ Name: altfloat -Version: 0.3 +Version: 0.3.1 License: OtherLicense License-File: LICENSE Cabal-Version: >= 1.6 diff --git a/configure.ac b/configure.ac index f063a76..24ce0a1 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.3],[nbowler@draconx.ca]) +AC_INIT([altfloat],[0.3.1],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([altfloat.cabal]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT