From 88bafc72e1f9a16dd2df59094c7a0fa72da1d216 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 27 Oct 2001 21:02:07 +0000 Subject: [PATCH] version is now pre0.0.3 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f17af10..6435fe2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.0.2 +export VERSION=pre0.0.3 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" -- 1.7.10.4