[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [okular/Applications/15.12] /: Increase version for KDE Applications 15.12.0
From:       Albert Astals Cid <aacid () kde ! org>
Date:       2015-12-07 22:31:34
Message-ID: E1a64Ji-0008MZ-CE () scm ! kde ! org
[Download RAW message or body]

Git commit 450fff8818f3b3ce20edc2bf943063b2bbf0b001 by Albert Astals Cid.
Committed on 07/12/2015 at 22:31.
Pushed by aacid into branch 'Applications/15.12'.

Increase version for KDE Applications 15.12.0

And soversion of the core library sicne there's a new virtual in it

M  +1    -1    CMakeLists.txt
M  +3    -3    core/version.h

http://commits.kde.org/okular/450fff8818f3b3ce20edc2bf943063b2bbf0b001

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0b180e..97e8db6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -154,7 +154,7 @@ if(LibKScreen_FOUND)
     target_link_libraries(okularcore ${LibKScreen_LIBRARY})
 endif(LibKScreen_FOUND)
 =

-set_target_properties(okularcore PROPERTIES VERSION 6.0.0 SOVERSION 6 )
+set_target_properties(okularcore PROPERTIES VERSION 7.0.0 SOVERSION 7 )
 =

 install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )
 =

diff --git a/core/version.h b/core/version.h
index e10aae7..820f754 100644
--- a/core/version.h
+++ b/core/version.h
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 =

-#define OKULAR_VERSION_STRING "0.23.80"
+#define OKULAR_VERSION_STRING "0.24.0"
 #define OKULAR_VERSION_MAJOR 0
-#define OKULAR_VERSION_MINOR 23
-#define OKULAR_VERSION_RELEASE 80
+#define OKULAR_VERSION_MINOR 24
+#define OKULAR_VERSION_RELEASE 0
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))
 =

 #define OKULAR_VERSION \
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic