Skip to content

Commit 13f33a9

Browse files
authored
2.8.0
1 parent be3fa60 commit 13f33a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define MAKE_VERSION(a,b,c) STRINGIZE(a) "." STRINGIZE(b) "." STRINGIZE(c)
88

99
#define I2PD_VERSION_MAJOR 2
10-
#define I2PD_VERSION_MINOR 7
10+
#define I2PD_VERSION_MINOR 8
1111
#define I2PD_VERSION_MICRO 0
1212
#define I2PD_VERSION_PATCH 0
1313
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)

0 commit comments

Comments
 (0)