We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e65b1f commit 6e0c5dfCopy full SHA for 6e0c5df
v2rock/config.h
@@ -4,7 +4,7 @@
4
namespace v2rock_config
5
{
6
static const char __attribute__ ((unused)) *name = "V2Rock";
7
- static const char __attribute__ ((unused)) *version = "0.1.3";
+ static const char __attribute__ ((unused)) *version = "0.1.4";
8
static const char __attribute__ ((unused)) *main_config = "v2rock.conf";
9
static const char __attribute__ ((unused)) *v2ray_config = "config.json";
10
}
v2rock/debian/changelog
@@ -1,3 +1,10 @@
1
+v2rock (0.1.4-1) precise; urgency=low
2
+
3
+ * New feature: Internationalization and high DPI support
+ -- IOsetting <[email protected]> Fri, 5 Jun 2020 14:02:21 +0800
v2rock (0.1.3-1) precise; urgency=low
* New feature: DNS and log options
0 commit comments