From 3d800f8c5431e0a9a214066f78389733dfc74569 Mon Sep 17 00:00:00 2001 From: jpd002 Date: Thu, 8 Apr 2010 04:05:56 +0000 Subject: [PATCH] PsfPlayer: Incremented version number. git-svn-id: http://svn.purei.org/purei/trunk@613 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 3687e960..363a86bd 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 (37) -#define APP_VERSIONSTR _T("0.37") +#define APP_VERSION (38) +#define APP_VERSIONSTR _T("0.38") #endif