From a218d3a8f4bc7946000de494270b1556fbe25ce6 Mon Sep 17 00:00:00 2001 From: yabause Date: Fri, 24 Apr 2009 17:56:30 +0000 Subject: [PATCH] Updated version number for bugfix release in 0.9.2 branch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 489d7e4a7..1d8e75fee 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, [0.9.2]) +AC_INIT(desmume, [0.9.2-1]) dnl -- find target architecture for some os specific libraries AC_CANONICAL_TARGET