Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2020-06-02 19:26:36 +03:00
parent 0dc212d97c
commit 9135772f89
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
9 changed files with 29 additions and 8 deletions

View file

@ -17,7 +17,7 @@
#define I2PD_VERSION_MAJOR 2
#define I2PD_VERSION_MINOR 32
#define I2PD_VERSION_MICRO 0
#define I2PD_VERSION_MICRO 1
#define I2PD_VERSION_PATCH 0
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
#define VERSION I2PD_VERSION