Skip to content

Commit 90ea714

Browse files
committed
version 2.7.0
1 parent f9e4182 commit 90ea714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ifndef _VERSION_H_
22
#define _VERSION_H_
33

4-
#define CODENAME "Bora Bora"
4+
#define CODENAME "Purple"
55

66
#define STRINGIZE(x) #x
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 6
10+
#define I2PD_VERSION_MINOR 7
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)