Skip to content

Commit

Permalink
version bump, 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zOrg1331 committed Apr 26, 2019
1 parent ddd3d6b commit 4bc0ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(qsslcaudit)
cmake_minimum_required(VERSION 2.8.11)

set(QSSLC_VERSION_MAJOR 0)
set(QSSLC_VERSION_MINOR 3)
set(QSSLC_VERSION_MINOR 4)
set(QSSLC_VERSION_PATCH 0)
set(QSSLC_VERSION "${QSSLC_VERSION_MAJOR}.${QSSLC_VERSION_MINOR}.${QSSLC_VERSION_PATCH}")
# version formatting stolen from KeepAssXC's CMakeLists.txt :-)
Expand Down

0 comments on commit 4bc0ce4

Please sign in to comment.