diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-09-26 12:33:56 +0200 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-09-26 12:33:56 +0200 |
| commit | 5d99f2736d2340f50dadbfcb7e0db822372d3b72 (patch) | |
| tree | 823dcf3752e629d3a80cf536b8628604d25b14a7 | |
| parent | 178298f53bd6bf68cda6f2780281f0893ef2dc73 (diff) | |
Bump version to prepare for SO fix
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 48592fd..e60cfe5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(uca C) set(TARNAME "libuca") set(UCA_VERSION_MAJOR "1") set(UCA_VERSION_MINOR "0") -set(UCA_VERSION_PATCH "0") +set(UCA_VERSION_PATCH "1") set(UCA_DESCRIPTION "Unified Camera Access") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") |
