diff --git a/pkg/nsis/win32.nsi.in b/pkg/nsis/win32.nsi.in
index 50a71ad6..98c8f63d 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.2.0.exe
+OutFile Bipolar-0.4.0.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.2.0"
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Bipolar" "DisplayVersion" "0.4.0.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.2.0"
+VIProductVersion "0.4.0.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.2.0"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "Bipolar-0.3.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.4.0.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "Bipolar-0.4.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "2014-2015 Paul Colby"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
-VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "Bipolar-0.3.2.0.exe"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "Bipolar-0.4.0.0.exe"
#VIAddVersionKey /LANG=${LANG_ENGLISH} "PrivateBuild" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Bipolar"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "0.3.2.0"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "0.4.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "SpecialBuild" "Internal"
diff --git a/pkg/osx/build.sh b/pkg/osx/build.sh
index 5e4288ec..7c6dd3bb 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.2.$REVISION.dmg"
+FINALNAME="Bipolar-0.4.0.$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 c397dbc8..11ba0c99 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,2,0
- PRODUCTVERSION 0,3,2,0
+ FILEVERSION 0,4,0,0
+ PRODUCTVERSION 0,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -24,13 +24,13 @@ BEGIN
VALUE "Comments", "https://github.com/pcolby/bipolar\0"
VALUE "CompanyName", "Paul Colby\0"
VALUE "FileDescription", "Bipolar application\0"
- VALUE "FileVersion", "0.3.2.0\0"
+ VALUE "FileVersion", "0.4.0.0\0"
VALUE "InternalName", "Bipolar\0"
VALUE "LegalCopyright", "2014-2015 Paul Colby\0"
VALUE "OriginalFilename", "Bipolar.exe\0"
//VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Bipolar\0"
- VALUE "ProductVersion", "0.3.2.0\0"
+ VALUE "ProductVersion", "0.4.0.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", "Internal\0"
diff --git a/qrc/Info.plist.in b/qrc/Info.plist.in
index 6a48c1cc..806051ac 100644
--- a/qrc/Info.plist.in
+++ b/qrc/Info.plist.in
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- Bipolar 0.3.2
+ Bipolar 0.4.0
CFBundleExecutable
@EXECUTABLE@
CFBundleIconFile
@@ -15,15 +15,15 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- Bipolar 0.3.2
+ Bipolar 0.4.0
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.3.2
+ 0.4.0
CFBundleSignature
????
CFBundleVersion
- 0.3.2.0
+ 0.4.0.0
NSHumanReadableCopyright
Copyright © 2014-2015 Paul Colby
NSPrincipalClass