diff options
author | Albert Astals Cid <aacid@kde.org> | 2010-09-15 20:56:42 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2010-09-16 20:05:23 +0100 |
commit | 1cf56c732b63d0a310bc45b8e4b3f3f357a42cb1 (patch) | |
tree | 396c8f539b67cacb9da68d5f4e23b8f18f5348ba /CMakeLists.txt | |
parent | 4ec0be498b557c3cf631e43823c6d7004304dff3 (diff) |
0.15.0 in the versions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dbe5bb4..1ccbce72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(MacroBoolTo01) find_package(Threads) set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "14") +set(POPPLER_MINOR_VERSION "15") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") |