Skip to content

Commit

Permalink
Update Version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Apr 24, 2020
1 parent 61a3e81 commit f7208b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quill/quill/include/quill/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define QUILL_VERSION_MAJOR 1
#define QUILL_VERSION_MINOR 2
#define QUILL_VERSION_PATCH 1
#define QUILL_VERSION_PATCH 2

#define QUILL_VERSION \
(QUILL_VERSION_MAJOR * 10000 + QUILL_VERSION_MINOR * 100 + QUILL_VERSION_PATCH)
(QUILL_VERSION_MAJOR * 10000 + QUILL_VERSION_MINOR * 100 + QUILL_VERSION_PATCH)

0 comments on commit f7208b6

Please sign in to comment.