From 7ebca54b453ba7b3d1f47b8bba432b03dc2ef717 Mon Sep 17 00:00:00 2001 From: yabause Date: Wed, 18 Nov 2009 20:53:44 +0000 Subject: [PATCH] Bump version number for autotools based builds. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa97d7f1b..759be7cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl --- Package name is first argument to AC_INIT dnl --- Release version is second argument to AC_INIT -AC_INIT(desmume, [svn]) +AC_INIT(desmume, [0.9.5]) dnl -- find target architecture for some os specific libraries AC_CANONICAL_TARGET