From ddb36954ed68cad140e1bc3fc317d45bacf50a4b Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 28 Jan 2010 10:22:38 -0500 Subject: [PATCH] altfloat-0.2.2 --- altfloat.cabal | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altfloat.cabal b/altfloat.cabal index 75cf502..7974519 100644 --- a/altfloat.cabal +++ b/altfloat.cabal @@ -1,5 +1,5 @@ Name: altfloat -Version: 0.2.1 +Version: 0.2.2 License: OtherLicense License-File: LICENSE Cabal-Version: >= 1.6 diff --git a/configure.ac b/configure.ac index 5db5f12..cb05f25 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.1],[nbowler@draconx.ca]) +AC_INIT([altfloat],[0.2.2],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([altfloat.cabal]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT