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

List:       kde-commits
Subject:    [kactivities-stats] src: Updated the version to 5.19.0
From:       Ivan Čukić <ivan.cukic () kde ! org>
Date:       2016-01-31 23:00:09
Message-ID: E1aQ0yX-0004Pa-2G () scm ! kde ! org
[Download RAW message or body]

Git commit 0fa5492d1cb8f8b260fda1a498bdc89e575ade93 by Ivan =C4=8Cuki=C4=87.
Committed on 31/01/2016 at 22:59.
Pushed by ivan into branch 'master'.

Updated the version to 5.19.0

M  +2    -2    src/CMakeLists.txt
M  +4    -4    src/version.h

http://commits.kde.org/kactivities-stats/0fa5492d1cb8f8b260fda1a498bdc89e57=
5ade93

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8e53456..6804407 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -47,8 +47,8 @@ include_directories (
 set_target_properties (
    KF5ActivitiesStats
    PROPERTIES
-   VERSION "0.0.1"
-   SOVERSION "1"
+   VERSION "5.19.0"
+   SOVERSION "5"
    EXPORT_NAME ActivitiesStats
    )
 =

diff --git a/src/version.h b/src/version.h
index d15d7b6..681194a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -29,17 +29,17 @@
  * file formats or network protocols
  */
 #define KACTIVITIESSTATS_VERSION_STRING \
-    "0.0.1"
+    "5.19.0"
 =

 /// @brief Major version of libkactivitiesstats, at compile time
 #define KACTIVITIESSTATS_VERSION_MAJOR \
-    0
+    5
 /// @brief Minor version of libkactivitiesstats, at compile time
 #define KACTIVITIESSTATS_VERSION_MINOR \
-    0
+    19
 /// @brief Release version of libkactivitiesstats, at compile time
 #define KACTIVITIESSTATS_VERSION_RELEASE \
-    1
+    0
 =

 #define KACTIVITIESSTATS_MAKE_VERSION(a, b, c) \
     (((a) << 16) | ((b) << 8) | (c))
[prev in list] [next in list] [prev in thread] [next in thread] 

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