Skip to content

Commit

Permalink
Fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Dec 8, 2020
1 parent 0b77f07 commit d7ee255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
HISTORY
----------------

### 1.3.4

1. [FIX] Fix version tag.

### 1.3.3

1. [BOOST] Merge boost.context 1.74.0(Support The 32-bit Solaris C language data model, called ILP32).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(libcopp C CXX ASM)

set(LIBCOPP_VERSION_MAJOR "1")
set(LIBCOPP_VERSION_MINOR "3")
set(LIBCOPP_VERSION_PATCH "2")
set(LIBCOPP_VERSION_PATCH "4")
set(LIBCOPP_VERSION "${LIBCOPP_VERSION_MAJOR}.${LIBCOPP_VERSION_MINOR}.${LIBCOPP_VERSION_PATCH}")

########################################################################
Expand Down

0 comments on commit d7ee255

Please sign in to comment.