From ee0410d68edd357abfe134b7aae175e8278b5e36 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Sun, 3 May 2009 23:16:41 +0100 Subject: [PATCH] + AutoHell, ChangeLog: up the version number to 0.0.18.4 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f93f6e6..fffdd8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.0.18.4 + ++ Framework: gcc-4.4 compilation fix (Orcan Ogetbil) + Version 0.0.18.3 + Framework: do not use x86 assembler code on non-x86 platforms diff --git a/configure.ac b/configure.ac index 18cfc5d..d8fac79 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([calf],[0.0.18.3],[wdev@foltman.com]) +AC_INIT([calf],[0.0.18.4],[wdev@foltman.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT