@@ -1 +1 @@
-0.9.2
+0.9.3
@@ -1,3 +1,9 @@
+3proxy (0.9.3-1) buster; urgency=medium
+
+ *3proxy 0.9.3 initial build
+ -- z3APA3A <3apa3a@3proxy.org> Thu, 03 Dec 2020 21:13:58 +0300
3proxy (0.9.2-1) buster; urgency=medium
*3proxy 0.9.2 initial build
@@ -1,5 +1,5 @@
Name: 3proxy
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Summary: 3proxy tiny proxy server
License: GPL/LGPL/Apache/BSD
@@ -1,12 +1,12 @@
#ifndef VERSION
-#define VERSION "3proxy-0.9.2"
+#define VERSION "3proxy-0.9.3"
#endif
#ifndef BUILDDATE
#define BUILDDATE ""
#define MAJOR3PROXY 0
#define SUBMAJOR3PROXY 9
-#define MINOR3PROXY 2
+#define MINOR3PROXY 3
#define SUBMINOR3PROXY 0
-#define RELEASE3PROXY "3proxy-0.9.2(" BUILDDATE ")\0"
+#define RELEASE3PROXY "3proxy-0.9.3(" BUILDDATE ")\0"
#define YEAR3PROXY "2020"