From 2084276836ba3b5b28df8e9a076ec7f6f309ecac Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 16 Dec 2001 13:59:20 +0000 Subject: [PATCH] version is now 0.2.1 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 61790a8..41c98ab 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) export PACKAGE=swftools -export VERSION=0.2.0 +export VERSION=0.2.1 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" -- 1.7.10.4