Skip to content

Commit

Permalink
Update Version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored May 13, 2020
1 parent b2989d0 commit 3d72126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 3
#define QUILL_VERSION_PATCH 0
#define QUILL_VERSION_PATCH 1

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

0 comments on commit 3d72126

Please sign in to comment.