1
0

chore: reset versions to 1.0

This commit is contained in:
Jonathan Hoffstadt 2025-04-11 21:56:52 -05:00
parent 66a1af511b
commit 61699c7b97
3 changed files with 6 additions and 6 deletions

View File

@ -13,8 +13,8 @@
*/
// library version (format XYYZZ)
#define PL_LOG_VERSION "1.0.2"
#define PL_LOG_VERSION_NUM 10002
#define PL_LOG_VERSION "1.0.0"
#define PL_LOG_VERSION_NUM 10000
/*
Index of this file:

View File

@ -15,8 +15,8 @@
*/
// library version (format XYYZZ)
#define PL_STRING_VERSION "1.1.0"
#define PL_STRING_VERSION_NUM 10100
#define PL_STRING_VERSION "1.0.0"
#define PL_STRING_VERSION_NUM 10000
/*
Index of this file:

View File

@ -17,8 +17,8 @@
*/
// library version (format XYYZZ)
#define PL_TEST_VERSION "1.0.1"
#define PL_TEST_VERSION_NUM 10001
#define PL_TEST_VERSION "1.0.0"
#define PL_TEST_VERSION_NUM 10000
/*
Index of this file: