Update version number to 2.0.0

This commit is contained in:
greg7mdp
2025-01-21 10:50:42 -05:00
parent f358021bcc
commit 2ec7990176
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -34,9 +34,9 @@
// limitations under the License.
// ---------------------------------------------------------------------------
#define PHMAP_VERSION_MAJOR 1
#define PHMAP_VERSION_MINOR 4
#define PHMAP_VERSION_PATCH 1
#define PHMAP_VERSION_MAJOR 2
#define PHMAP_VERSION_MINOR 0
#define PHMAP_VERSION_PATCH 0
// Included for the __GLIBC__ macro (or similar macros on other systems).
#include <limits.h>