From 53396b52c045589362de976963820e0a813f1ae1 Mon Sep 17 00:00:00 2001 From: gigaherz Date: Sat, 4 Aug 2012 16:22:05 +0000 Subject: [PATCH] Update installer version string. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5356 96395faa-99c1-11dd-bbfe-3dabce05a288 --- nsis/SharedBase.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis/SharedBase.nsh b/nsis/SharedBase.nsh index b82a46fcb9..1c6ac4912c 100644 --- a/nsis/SharedBase.nsh +++ b/nsis/SharedBase.nsh @@ -44,7 +44,7 @@ ; uninstall folders. !ifndef APP_VERSION - !define APP_VERSION "1.0.0" + !define APP_VERSION "1.1.0" !endif !define APP_NAME "PCSX2 ${APP_VERSION} (r${SVNREV_PACKAGE})"