Skip to content

Commit

Permalink
fix #250: bump patch version macro in version.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 26, 2024
1 parent b2a93eb commit 932acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/toml11/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define TOML11_VERSION_MAJOR 4
#define TOML11_VERSION_MINOR 0
#define TOML11_VERSION_PATCH 0
#define TOML11_VERSION_PATCH 1

#ifndef __cplusplus
# error "__cplusplus is not defined"
Expand Down

0 comments on commit 932acba

Please sign in to comment.