Skip to content

Commit

Permalink
build: reset libs to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Nov 19, 2024
1 parent cdb199b commit 5a736cc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions libs/pl_ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
*/

// library version (format XYYZZ)
#define PL_DS_VERSION "1.1.0"
#define PL_DS_VERSION_NUM 10100
#define PL_DS_VERSION "1.0.0"
#define PL_DS_VERSION_NUM 10000

/*
Index of this file:
// [SECTION] documentation
// [SECTION] revisions
// [SECTION] header mess
// [SECTION] includes
// [SECTION] forward declarations
Expand Down Expand Up @@ -182,15 +181,6 @@ COMPILE TIME OPTIONS
PL_DS_ASSERT(x)
*/

//-----------------------------------------------------------------------------
// [SECTION] revisions
//-----------------------------------------------------------------------------

/*
1.1 (2024-11) optimization
1.0 (2024-09) stable
*/

//-----------------------------------------------------------------------------
// [SECTION] header mess
//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 5a736cc

Please sign in to comment.