From 763b36807e32d1f79140c8fb43e97c4c2edc3e93 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sun, 23 Jun 2013 13:54:05 -0400 Subject: [PATCH] Increment lib and lib-client version numbers libowlps and libowlps-client were changed in this development branch so we increase the version number. --- libowlps-client/CMakeLists.txt | 2 +- libowlps/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libowlps-client/CMakeLists.txt b/libowlps-client/CMakeLists.txt index 2b41c9f..675ee99 100644 --- a/libowlps-client/CMakeLists.txt +++ b/libowlps-client/CMakeLists.txt @@ -22,7 +22,7 @@ set_target_properties( PROPERTIES OUTPUT_NAME owlps-client SOVERSION 1 - VERSION 1.0 + VERSION 1.1 ) # Add compile flags diff --git a/libowlps/CMakeLists.txt b/libowlps/CMakeLists.txt index 4b9bff1..23fa92f 100644 --- a/libowlps/CMakeLists.txt +++ b/libowlps/CMakeLists.txt @@ -33,7 +33,7 @@ set_target_properties( PROPERTIES OUTPUT_NAME owlps SOVERSION 3 - VERSION 3.1 + VERSION 3.2 ) # Add compile flags