increment version to 1.4
This commit is contained in:
parent
e8f06dd821
commit
840f37a25a
|
@ -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");
|
||||
|
|
|
@ -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 = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue