1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 16:49:58 +00:00
This commit is contained in:
orignal 2024-01-06 14:51:42 -05:00
parent 5cf1961fa4
commit a8135b8d18

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2013-2023, The PurpleI2P Project * Copyright (c) 2013-2024, The PurpleI2P Project
* *
* This file is part of Purple i2pd project and licensed under BSD3 * This file is part of Purple i2pd project and licensed under BSD3
* *
@ -19,7 +19,7 @@
#define I2PD_VERSION_MAJOR 2 #define I2PD_VERSION_MAJOR 2
#define I2PD_VERSION_MINOR 50 #define I2PD_VERSION_MINOR 50
#define I2PD_VERSION_MICRO 1 #define I2PD_VERSION_MICRO 2
#define I2PD_VERSION_PATCH 0 #define I2PD_VERSION_PATCH 0
#ifdef GITVER #ifdef GITVER
#define I2PD_VERSION XSTRINGIZE(GITVER) #define I2PD_VERSION XSTRINGIZE(GITVER)