From ae397f3a91e7ad20c07e30cf5ff6e3d2412da837 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Wed, 23 Mar 2016 22:58:33 +0300
Subject: [PATCH] bump version_static to 16.3

---
 include/version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/version.php b/include/version.php
index 71cf3dc75..391af88cb 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1,5 +1,5 @@
 <?php
-	define('VERSION_STATIC', '16.1');
+	define('VERSION_STATIC', '16.3');
 
 	function get_version() {
 		date_default_timezone_set('UTC');
-- 
GitLab