summaryrefslogtreecommitdiffstats
authorDavid Lamparter <equinox@diac24.net>2010-11-08 23:03:38 (GMT)
committer David Lamparter <equinox@diac24.net>2010-11-08 23:03:38 (GMT)
commit370a81cb3474495effe5b27d84cb3d0482b4c7ab (patch)
treeb09d02b7fa56e5164ff5c10b5c686bbc5c4d22c6
parent1e5ab67d1212b2346fc4e4f963a8fa97933e0189 (diff)
downloadasa-master.zip
asa-master.tar.gz
asa-master.tar.bz2
asa 0.3.3master
bump version number for fixes release...
Diffstat
-rw-r--r--Doxyfile2
-rw-r--r--ac/asa.rc8
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 6 deletions
diff --git a/Doxyfile b/Doxyfile
index 0ac6092..777d31a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,5 +1,5 @@
PROJECT_NAME = asa
-PROJECT_NUMBER = 0.3.2
+PROJECT_NUMBER = 0.3.3
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/ac/asa.rc b/ac/asa.rc
index ce49c78..c8d79b2 100644
--- a/ac/asa.rc
+++ b/ac/asa.rc
@@ -1,8 +1,8 @@
#include "WinVer.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,3,2,0
- PRODUCTVERSION 0,3,2,0
+ FILEVERSION 0,3,3,0
+ PRODUCTVERSION 0,3,3,0
FILEFLAGSMASK VS_FF_PRERELEASE | VS_FF_DEBUG | VS_FF_INFOINFERRED | VS_FF_PATCHED
FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
@@ -16,13 +16,13 @@ BEGIN
VALUE "Comments", "interfaces: AviSynth & DirectShow\0"
VALUE "CompanyName", "David Lamparter\0"
VALUE "FileDescription", "asa core\0"
- VALUE "FileVersion", "0,3,2,0\0"
+ VALUE "FileVersion", "0,3,3,0\0"
VALUE "InternalName", "asa\0"
VALUE "LegalCopyright", "(c) 2004, 2005, 2006, 2007 David Lamparter\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "ASA.DLL\0"
VALUE "ProductName", "asa portable subtitle renderer\0"
- VALUE "ProductVersion", "0,3,2,0\0"
+ VALUE "ProductVersion", "0,3,3,0\0"
END
END
BLOCK "VarFileInfo"
diff --git a/configure.ac b/configure.ac
index a9edf44..be74d9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.57)
-AC_INIT(asa, 0.3.2)
+AC_INIT(asa, 0.3.3)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE