From 00c55e1f9377b7cc1f6a7a029fe3251848e8557a Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 16 Jan 2002 20:14:46 +0000 Subject: [PATCH] Version is now 0.2.2. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5e9fcd9..a053999 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/) PACKAGE=swftools -VERSION=0.2.1 +VERSION=0.2.2 CFLAGS="-O2 -fomit-frame-pointer" CXXFLAGS="-O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS -- 1.7.10.4