Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Mar 19, 2022
1 parent 72181aa commit 83b65b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.2

_Released 2022-03-19_

* Change `SCN_VERSION` to report the correct version number: 1.1.0 -> 1.1.2 (#57)

# 1.1.1

_Released 2022-03-16_
Expand Down
2 changes: 1 addition & 1 deletion include/scn/detail/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define SCN_COMPILER(major, minor, patch) \
((major)*10000000 /* 10,000,000 */ + (minor)*10000 /* 10,000 */ + (patch))
#define SCN_VERSION SCN_COMPILER(1, 1, 0)
#define SCN_VERSION SCN_COMPILER(1, 1, 2)

#ifdef __INTEL_COMPILER
// Intel
Expand Down

0 comments on commit 83b65b0

Please sign in to comment.