Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Nov 8, 2013
1 parent fece0f3 commit 47bb3b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ configure_paths(LIBPCO)
#}}}
#{{{ Metadata
set(TARNAME "libpco")
set(LIBPCO_VERSION_MAJOR "0")
set(LIBPCO_VERSION_MINOR "5")
set(LIBPCO_VERSION_PATCH "0dev")
set(LIBPCO_VERSION_MAJOR "1")
set(LIBPCO_VERSION_MINOR "0")
set(LIBPCO_VERSION_PATCH "0")
set(LIBPCO_VERSION_STRING "${LIBPCO_VERSION_MAJOR}.${LIBPCO_VERSION_MINOR}.${LIBPCO_VERSION_PATCH}")
set(LIBPCO_DESCRIPTION "User-space device access to pco cameras")
#}}}
Expand Down

0 comments on commit 47bb3b9

Please sign in to comment.