Skip to content

Commit

Permalink
Bump version numbers post release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 6, 2014
1 parent c18a256 commit a11fb3f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions pkg/nsis/win32.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SetCompressor lzma
# Installer Attributes: General Attributes.
InstallDir "$PROGRAMFILES\Bipolar"
Name "Bipolar"
OutFile Bipolar-0.3.1.0.exe
OutFile Bipolar-0.3.2.0.exe
RequestExecutionLevel highest # Required for Windows Vista+
XPStyle on

Expand Down Expand Up @@ -65,7 +65,7 @@ Section "application"
# Windows' add/remove programs information.
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "DisplayName" "Bipolar"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "DisplayIcon" "$\"$INSTDIR\Bipolar.exe$\",0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "DisplayVersion" "0.3.1.0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "DisplayVersion" "0.3.2.0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "Publisher" "Paul Colby"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "URLInfoAbout" "https://github.com/pcolby/bipolar"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "UninstallString" "$\"$INSTDIR\uninstall.exe$\""
Expand Down Expand Up @@ -145,16 +145,16 @@ Section "un.application"
SectionEnd

# Installer Attributes: Version Information.
VIProductVersion "0.3.1.0"
VIProductVersion "0.3.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "https://github.com/pcolby/bipolar"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Paul Colby"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Bipolar installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.3.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "Bipolar-0.3.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.3.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "Bipolar-0.3.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "2014 Paul Colby"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "Bipolar-0.3.1.0.exe"
VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "Bipolar-0.3.2.0.exe"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "PrivateBuild" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Bipolar"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "0.3.1.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "0.3.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "SpecialBuild" "Internal"
2 changes: 1 addition & 1 deletion pkg/osx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp README.txt /Volumes/Bipolar/ || exit
hdiutil detach /Volumes/Bipolar/ || exit

echo 'Converting final disk image'
FINALNAME="Bipolar-0.3.1.$REVISION.dmg"
FINALNAME="Bipolar-0.3.2.$REVISION.dmg"
[ -e "$FINALNAME" ] && rm -f "$FINALNAME"
hdiutil convert Bipolar-rw.dmg -format UDZO -o "$FINALNAME"

Expand Down
10 changes: 5 additions & 5 deletions qrc/Bipolar.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\qrc\\icon\\bipolar.ico"
1 TYPELIB "Bipolar.rc"

1 VERSIONINFO
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEVERSION 0,3,2,0
PRODUCTVERSION 0,3,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -24,16 +24,16 @@ BEGIN
VALUE "Comments", "https://github.com/pcolby/bipolar\0"
VALUE "CompanyName", "Paul Colby\0"
VALUE "FileDescription", "Bipolar application\0"
VALUE "FileVersion", "0.3.1.0\0"
VALUE "FileVersion", "0.3.2.0\0"
VALUE "InternalName", "Bipolar\0"
VALUE "LegalCopyright", "2014 Paul Colby\0"
VALUE "OriginalFilename", "Bipolar.exe\0"
//VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Bipolar\0"
VALUE "ProductVersion", "0.3.1.0\0"
VALUE "ProductVersion", "0.3.2.0\0"
// Because we embed the following value in TCX files, if set,
// it should be one of: Internal, Alpha, Beta, or Release.
VALUE "SpecialBuild", "Beta\0"
VALUE "SpecialBuild", "Internal\0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions qrc/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Bipolar 0.3.1</string>
<string>Bipolar 0.3.2</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleIconFile</key>
Expand All @@ -15,15 +15,15 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Bipolar 0.3.1</string>
<string>Bipolar 0.3.2</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.3.1.0</string>
<string>0.3.2.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Paul Colby</string>
<key>NSPrincipalClass</key>
Expand All @@ -33,6 +33,6 @@
it should be one of: Internal, Alpha, Beta, or Release.
-->
<key>SpecialBuild</key>
<string>Beta</string>
<string>Internal</string>
</dict>
</plist>

0 comments on commit a11fb3f

Please sign in to comment.