Version bump.

This commit is contained in:
Joey Payne 2015-11-12 08:52:02 -07:00
commit 6bf8e74751
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Web2Exe"
!define PRODUCT_VERSION "0.3.0b"
!define PRODUCT_VERSION "0.3.1b"
!define PRODUCT_PUBLISHER "SimplyPixelated"
!define PRODUCT_WEB_SITE "http://www.simplypixelated.com"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"

View file

@ -15,4 +15,4 @@ rm Web2ExeLinux/files/error.log Web2ExeLinux/files/last_project_path.txt Web2Exe
zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
zip -r -9 Web2ExeLinux-v0.2.2b.zip Web2ExeLinux
zip -r -9 Web2ExeLinux-v0.3.1b.zip Web2ExeLinux

View file

@ -27,4 +27,4 @@ cp -rf files Web2Executable.app/Contents/MacOS/
rm -rf build dist
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-CMD.zip Web2ExeMac-CMD
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-v0.2.2b.zip Web2Executable.app
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-v0.3.1b.zip Web2Executable.app

View file

@ -17,7 +17,7 @@ del command_line_builds\files\compressors\upx-linux-x32
makensis /V4 Web2Exe.nsi
7z a Web2ExeWin-v0.2.4b.zip -r Web2ExeWin
7z a Web2ExeWin-v0.3.1b.zip -r Web2ExeWin
cd command_line_builds
7z a ..\Web2ExeWin-CMD.zip -tzip -r *
cd ..

View file

@ -1,6 +1,6 @@
'''Command line module for web2exe.'''
__version__ = "v0.3.0b"
__version__ = "v0.3.1b"
import ssl