Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 1, 2015
1 parent 5837851 commit 5f8af5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endif ()
set_target_properties(cppformat
PROPERTIES COMPILE_FLAGS "${FMT_EXTRA_COMPILE_FLAGS}")

set(CPPFORMAT_VERSION 1.2.0)
set(CPPFORMAT_VERSION 2.0.0)
if (NOT CPPFORMAT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
message(FATAL_ERROR "Invalid version format ${CPPFORMAT_VERSION}.")
endif ()
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2.0.0 - TBD
-----------
2.0.0 - 2015-12-01
------------------

General
~~~~~~~
Expand Down

0 comments on commit 5f8af5e

Please sign in to comment.