From ff290a508d5d86ecf31593b1a03ea147c57ad9b3 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 15 Jun 2014 17:31:57 +1000 Subject: [PATCH] It's time we got with the current year --- includes/definitions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 4c2a1dd7a..ba1702c71 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1136,7 +1136,7 @@ if (isset($config['enable_printers']) && $config['enable_printers']) # No changes below this line # ////////////////////////////// -$config['version'] = "2013.dev"; +$config['version'] = "2014.master"; $config['project_name_version'] = $config['project_name'] . " " . $config['version']; if (isset($config['rrdgraph_def_text']))