From a11fb3fe3b2f4e2efb4498a38043a8803dcebf7d Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 6 Sep 2014 10:41:24 +1000 Subject: [PATCH] Bump version numbers post release --- pkg/nsis/win32.nsi.in | 14 +++++++------- pkg/osx/build.sh | 2 +- qrc/Bipolar.rc.in | 10 +++++----- qrc/Info.plist.in | 10 +++++----- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pkg/nsis/win32.nsi.in b/pkg/nsis/win32.nsi.in index 74aa7d8f..419697d7 100644 --- a/pkg/nsis/win32.nsi.in +++ b/pkg/nsis/win32.nsi.in @@ -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 @@ -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$\"" @@ -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" diff --git a/pkg/osx/build.sh b/pkg/osx/build.sh index 33e77d8e..5e4288ec 100755 --- a/pkg/osx/build.sh +++ b/pkg/osx/build.sh @@ -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" diff --git a/qrc/Bipolar.rc.in b/qrc/Bipolar.rc.in index 87565adc..15d45ab1 100644 --- a/qrc/Bipolar.rc.in +++ b/qrc/Bipolar.rc.in @@ -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 @@ -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" diff --git a/qrc/Info.plist.in b/qrc/Info.plist.in index f00579b8..2a3a4ef3 100644 --- a/qrc/Info.plist.in +++ b/qrc/Info.plist.in @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - Bipolar 0.3.1 + Bipolar 0.3.2 CFBundleExecutable @EXECUTABLE@ CFBundleIconFile @@ -15,15 +15,15 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - Bipolar 0.3.1 + Bipolar 0.3.2 CFBundlePackageType APPL CFBundleShortVersionString - 0.3.1 + 0.3.2 CFBundleSignature ???? CFBundleVersion - 0.3.1.0 + 0.3.2.0 NSHumanReadableCopyright Copyright © 2014 Paul Colby NSPrincipalClass @@ -33,6 +33,6 @@ it should be one of: Internal, Alpha, Beta, or Release. --> SpecialBuild - Beta + Internal