Skip to content

Commit

Permalink
Deployment rollback to v110_xp and Qt 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystler committed Feb 4, 2014
1 parent 467e488 commit 8c8ade1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion loc/musec_de.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE" sourcelanguage="en">
<TS version="2.0" language="de_DE" sourcelanguage="en">
<context>
<name>Musec</name>
<message>
Expand Down
2 changes: 1 addition & 1 deletion loc/musec_fr.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr_FR" sourcelanguage="en">
<TS version="2.0" language="fr_FR" sourcelanguage="en">
<context>
<name>Musec</name>
<message>
Expand Down
8 changes: 4 additions & 4 deletions res/musec.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APPICON ICON "musec.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,12 +18,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Florian Mei�ner"
VALUE "FileVersion", "1.0.0.0"
VALUE "FileVersion", "1.1.1.0"
VALUE "InternalName", "Musec"
VALUE "LegalCopyright", "Copyright (C) 2013 Florian Mei�ner"
VALUE "OriginalFilename", "Musec.exe"
VALUE "ProductName", "Musec"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "1.1.1"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions win-inst.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RequestExecutionLevel user
Name "Musec"
VIAddVersionKey "CompanyName" "Mystler"
VIAddVersionKey "FileDescription" "Musec"
VIAddVersionKey "FileVersion" "1.1.0"
VIAddVersionKey "FileVersion" "1.1.1"
VIAddVersionKey "LegalCopyright" "Florian Meißner"
VIAddVersionKey "ProductName" "Musec"
VIProductVersion "1.1.0.0"
VIProductVersion "1.1.1.0"

!define MUI_ABORTWARNING
!define MUI_ICON "res\musec.ico"
Expand Down Expand Up @@ -45,9 +45,9 @@ FunctionEnd
Section "Files"
SetOutPath "$INSTDIR"
File "dist\Musec.exe"
File "dist\icudt52.dll"
File "dist\icuin52.dll"
File "dist\icuuc52.dll"
File "dist\icudt51.dll"
File "dist\icuin51.dll"
File "dist\icuuc51.dll"
File "dist\Qt5Core.dll"
File "dist\Qt5Gui.dll"
File "dist\Qt5Multimedia.dll"
Expand Down

0 comments on commit 8c8ade1

Please sign in to comment.