Skip to content

Commit

Permalink
Updated version to v4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gburca committed Sep 26, 2015
1 parent 842ee1c commit 3de7375
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Docs/wiki
Submodule wiki updated from f48e16 to 604630
2 changes: 1 addition & 1 deletion Installer/VirtMus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;--------------------------------
;General
; The build.xml update-version-string target will update this define.
!define VERSION "4.03"
!define VERSION "4.20"

; This ${PRODUCT} !define is used throughout this intaller for a lot of
; things including install directory names and links. It should probably
Expand Down
4 changes: 2 additions & 2 deletions Installer/VirtMusPortable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CommercialUse=true
EULAVersion=1

[Version]
PackageVersion=4.0.1.0
DisplayVersion=4.01
PackageVersion=4.2.0.0
DisplayVersion=4.20

[SpecialPaths]
Plugins=NONE
Expand Down
2 changes: 1 addition & 1 deletion VirtMus/src/com/ebixio/virtmus/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class MainApp {

private static MainApp instance;

public static final String VERSION = "4.03";
public static final String VERSION = "4.20";

/** Creates a new instance of MainApp */
private MainApp() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Updated by build script
#Thu, 14 May 2015 09:06:27 -0500
#Thu, 24 Sep 2015 22:08:49 -0500
SplashProgressBarBounds=0,500,550,6
LBL_splash_window_title=Starting Virtual Music
SplashRunningTextColor=0xFFFFFF
SplashShowProgressBar=true
SplashRunningTextFontSize=15
SplashProgressBarColor=0xFFFFFF
SPLASH_HEIGHT=514
currentVersion=Virtual Music 4.03
currentVersion=Virtual Music 4.20
SplashRunningTextBounds=43,478,461,15
SPLASH_WIDTH=550
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Updated by build script
#Thu, 14 May 2015 09:06:27 -0500
CTL_MainWindow_Title=Virtual Music 4.03
CTL_MainWindow_Title_No_Project=Virtual Music 4.03
#Thu, 24 Sep 2015 22:08:49 -0500
CTL_MainWindow_Title=Virtual Music 4.20
CTL_MainWindow_Title_No_Project=Virtual Music 4.20
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Updated by build script
#Thu, 14 May 2015 09:06:27 -0500
#Thu, 24 Sep 2015 22:08:49 -0500
LBL_ProductInformation=Virtual Music
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
app.name=VirtMus
app.distname=VirtMus
app.title=Virtual Music
app.version=4.03
app.version=4.20
app.conf=Installer/VirtMus.conf
app.icon.icns=Installer/VirtMus.icns
auxiliary.org-netbeans-modules-apisupport-installer.license-type=gpl.v2
Expand Down

0 comments on commit 3de7375

Please sign in to comment.