Skip to content

Commit 5f8af5e

Browse files
committed
Update version
1 parent 5837851 commit 5f8af5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ endif ()
117117
set_target_properties(cppformat
118118
PROPERTIES COMPILE_FLAGS "${FMT_EXTRA_COMPILE_FLAGS}")
119119

120-
set(CPPFORMAT_VERSION 1.2.0)
120+
set(CPPFORMAT_VERSION 2.0.0)
121121
if (NOT CPPFORMAT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
122122
message(FATAL_ERROR "Invalid version format ${CPPFORMAT_VERSION}.")
123123
endif ()

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2.0.0 - TBD
2-
-----------
1+
2.0.0 - 2015-12-01
2+
------------------
33

44
General
55
~~~~~~~

0 commit comments

Comments
 (0)