diff --git a/VERSION b/VERSION index d5e98f7..840ca8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 \ No newline at end of file +1.4 \ No newline at end of file diff --git a/marble/client/init.cs b/marble/client/init.cs index dea48b6..e8f6595 100644 --- a/marble/client/init.cs +++ b/marble/client/init.cs @@ -56,7 +56,7 @@ function initClient() // The canvas needs to be constructed before the gui scripts are // run because many of the controls assume the canvas exists at // load time. - initCanvas(" Kevin Blast 1.3.2 - Created by KevinSoftware"); + initCanvas(" Kevin Blast 1.4 - Created by KevinSoftware"); /// Load client-side Audio Profiles/Descriptions exec("./scripts/audioProfiles.cs"); diff --git a/marble/client/scripts/version.cs b/marble/client/scripts/version.cs index 202b7fc..3ceaade 100644 --- a/marble/client/scripts/version.cs +++ b/marble/client/scripts/version.cs @@ -1,5 +1,5 @@ -$THIS_VERSION = "1.3.2"; -$SERVER_VERSION = "1.3.2"; +$THIS_VERSION = "1.4"; +$SERVER_VERSION = "1.4"; $BUILD_VERSION = 1; $VERSION_MESSAGE = "";