diff options
author | Albert Astals Cid <aacid@kde.org> | 2010-12-27 19:23:29 +0000 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2010-12-27 19:23:29 +0000 |
commit | 8c11e9d68dceb609d04b3b383d22c307b5981d86 (patch) | |
tree | 60af58ae82b14fb303ff393645d437143da5394b /CMakeLists.txt | |
parent | 8c1fd83c6061279af00c1172fe41cee61f19d917 (diff) |
0.16.0 project version increase
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 46495546..221b818e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "15") -set(POPPLER_MICRO_VERSION "3") +set(POPPLER_MINOR_VERSION "16") +set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") # command line switches |