From 598bef6de2ead946e2581a7c5571541153548fe6 Mon Sep 17 00:00:00 2001 From: jpd002 Date: Sat, 31 Jan 2009 02:08:32 +0000 Subject: [PATCH] PsfPlayer: Updated version number. git-svn-id: http://svn.purei.org/purei/trunk@468 b36208d7-6611-0410-8bec-b1987f11c4a2 --- tools/PsfPlayer/Source/AppDef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/PsfPlayer/Source/AppDef.h b/tools/PsfPlayer/Source/AppDef.h index 912d919a..bfea68e9 100644 --- a/tools/PsfPlayer/Source/AppDef.h +++ b/tools/PsfPlayer/Source/AppDef.h @@ -4,7 +4,7 @@ //Don't put tabs here since it will screw up the installer package #define APP_NAME _T("PsfPlayer") -#define APP_VERSION (23) -#define APP_VERSIONSTR _T("0.23") +#define APP_VERSION (24) +#define APP_VERSIONSTR _T("0.24") #endif