Fix the version
jdarwood007

jdarwood007 commited on 2020-10-31 17:41:51
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -50,7 +50,7 @@ function shd_init()
50 50
 	$context['shd_home'] = 'action=helpdesk;sa=main';
51 51
 
52 52
 	// What SD version are we on? It's now here!
53
-	define('SHD_VERSION', 'SimpleDesk 2.1 Beta 1');
53
+	define('SHD_VERSION', 'SimpleDesk 2.1 RC1');
54 54
 
55 55
 	// This isn't the SMF way. But for something like this, it's way way more logical and readable.
56 56
 	define('TICKET_STATUS_NEW', 0);
57 57