update version number in various files
diff --git a/VERSION b/VERSION
index 6f905f8..9183195 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file
diff --git a/templates/description.txt b/templates/description.txt
index 484d994..af1934a 100644
--- a/templates/description.txt
+++ b/templates/description.txt
@@ -1,4 +1,4 @@
 CordovaStarter
 
-Starter project for building a Cordova app for Windows Phone version: 2.4.0rc2
+Starter project for building a Cordova app for Windows Phone version: 2.4.0
 
diff --git a/templates/full/VERSION b/templates/full/VERSION
index 6f905f8..9183195 100644
--- a/templates/full/VERSION
+++ b/templates/full/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file
diff --git a/templates/standalone/VERSION b/templates/standalone/VERSION
index 6f905f8..9183195 100644
--- a/templates/standalone/VERSION
+++ b/templates/standalone/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file
diff --git a/templates/standalone/cordovalib/Commands/Device.cs b/templates/standalone/cordovalib/Commands/Device.cs
index f970401..c07c6f1 100644
--- a/templates/standalone/cordovalib/Commands/Device.cs
+++ b/templates/standalone/cordovalib/Commands/Device.cs
@@ -73,7 +73,7 @@
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "2.4.0rc2";
+                return "2.4.0";
             }
         }