We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3fa60 commit 13f33a9Copy full SHA for 13f33a9
version.h
@@ -7,7 +7,7 @@
7
#define MAKE_VERSION(a,b,c) STRINGIZE(a) "." STRINGIZE(b) "." STRINGIZE(c)
8
9
#define I2PD_VERSION_MAJOR 2
10
-#define I2PD_VERSION_MINOR 7
+#define I2PD_VERSION_MINOR 8
11
#define I2PD_VERSION_MICRO 0
12
#define I2PD_VERSION_PATCH 0
13
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
0 commit comments