浏览代码

FusionPBX 3.4 official release.

Mark Crane 12 年之前
父节点
当前提交
e6d5a58956
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/functions.php

+ 2 - 2
resources/functions.php

@@ -17,7 +17,7 @@
 
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
-	Portions created by the Initial Developer are Copyright (C) 2008-2012
+	Portions created by the Initial Developer are Copyright (C) 2008-2013
 	the Initial Developer. All Rights Reserved.
 
 	Contributor(s):
@@ -26,7 +26,7 @@
 
 	if (!function_exists('software_version')) {
 		function software_version() {
-			return '3.3';
+			return '3.4';
 		}
 	}