summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 19:44:12 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 19:44:12 +0000
commitb5a789c5aaf8946b579fe0274a1f309edda9b170 (patch)
tree3be860af4b26904b4749b9ea8ae4e79d4c443d4f
parent72ad931e440ea54f5ee96a9a1be327c3659fcdc6 (diff)
downloadpcsxr-b5a789c5aaf8946b579fe0274a1f309edda9b170.tar.gz
Bumping the version up to 1.9.94.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86939 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--configure.ac2
-rw-r--r--macosx/Info.plist2
-rwxr-xr-xwin32/pcsxr.rc6
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 93fe88c9..dc4c816a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pcsxr], [1.9.93])
+AC_INIT([pcsxr], [1.9.94])
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
diff --git a/macosx/Info.plist b/macosx/Info.plist
index e1981c0f..7e27cf32 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -147,7 +147,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.9.93</string>
+ <string>1.9.94</string>
<key>CFBundleSignature</key>
<string>Pcsx</string>
<key>CFBundleVersion</key>
diff --git a/win32/pcsxr.rc b/win32/pcsxr.rc
index 0c624810..bbf6a8fd 100755
--- a/win32/pcsxr.rc
+++ b/win32/pcsxr.rc
@@ -49,12 +49,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://pcsxr.codeplex.com/"
VALUE "FileDescription", "Playstation Emulator based on PCSX-df"
- VALUE "FileVersion", "1, 9, 1, 1"
+ VALUE "FileVersion", "1, 9, 4, 0"
VALUE "InternalName", "pcsxr"
- VALUE "LegalCopyright", "Copyright (c) 2010"
+ VALUE "LegalCopyright", "Copyright (c) 2013"
VALUE "OriginalFilename", "pcsxr.exe"
VALUE "ProductName", "PCSX-Reloaded"
- VALUE "ProductVersion", "1, 9, 1, 1"
+ VALUE "ProductVersion", "1, 9, 4, 0"
END
END
BLOCK "VarFileInfo"