Skip to content

Commit

Permalink
Release libpco 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Oct 21, 2013
1 parent 7d221fa commit b0d2ae1
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 @@ cmake_minimum_required(VERSION 2.6)
set(TARNAME "libpco")
set(LIBPCO_VERSION_MAJOR "0")
set(LIBPCO_VERSION_MINOR "4")
set(LIBPCO_VERSION_PATCH "0")
set(LIBPCO_VERSION_PATCH "1")
set(LIBPCO_VERSION_STRING "${LIBPCO_VERSION_MAJOR}.${LIBPCO_VERSION_MINOR}.${LIBPCO_VERSION_PATCH}")

set(LIBPCO_ABI_VERSION "${LIBPCO_VERSION_MAJOR}.${LIBPCO_VERSION_MINOR}")
Expand Down

0 comments on commit b0d2ae1

Please sign in to comment.