Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Jun 17, 2015
1 parent 5988f54 commit ab72564
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bin/redeclipse.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>NSHumanReadableCopyright</key>
Expand Down
8 changes: 4 additions & 4 deletions src/install/win/redeclipse.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
VIAddVersionKey "FileVersion" "1.0.0.0"
; Name and file
Name "Red Eclipse"
OutFile "redeclipse_1.5.1_win.exe"
VIAddVersionKey "OriginalFilename" "redeclipse_1.5.1_win.exe"
VIProductVersion "1.5.1.0"
OutFile "redeclipse_1.5.2_win.exe"
VIAddVersionKey "OriginalFilename" "redeclipse_1.5.2_win.exe"
VIProductVersion "1.5.2.0"
;--------------------------------
; General
;Include Modern UI
Expand Down Expand Up @@ -93,7 +93,7 @@ Section "Red Eclipse (required)" GameFiles
WriteRegStr HKLM "SOFTWARE\Red Eclipse" "Install_Dir" "$INSTDIR"

WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Red Eclipse" "DisplayName" "Red Eclipse"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Red Eclipse" "DisplayVersion" "1.5"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Red Eclipse" "DisplayVersion" "1.5.x"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Red Eclipse" "DisplayIcon" "$INSTDIR\src\redeclipse.ico"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Red Eclipse" "Publisher" "Red Eclipse Team"

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_PATCH 1
#define VERSION_STRING "1.5.1"
#define VERSION_PATCH 2
#define VERSION_STRING "1.5.2"
#define VERSION_NAME "Red Eclipse"
#define VERSION_UNAME "redeclipse"
#define VERSION_RELEASE "Aurora Edition"
Expand Down

0 comments on commit ab72564

Please sign in to comment.