Skip to content

Commit

Permalink
Bump version 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed May 13, 2019
1 parent 0e75b4e commit 77d7455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE)

# The version number.
set(UWSC_VERSION_MAJOR 3)
set(UWSC_VERSION_MINOR 2)
set(UWSC_VERSION_PATCH 2)
set(UWSC_VERSION_MINOR 3)
set(UWSC_VERSION_PATCH 0)

# Check the third party Libraries
find_package(Libev REQUIRED)
Expand Down

0 comments on commit 77d7455

Please sign in to comment.