[libwnck/wip/warnings3: 12/12] bump version to 3.24.0
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck/wip/warnings3: 12/12] bump version to 3.24.0
- Date: Fri, 5 May 2017 09:47:44 +0000 (UTC)
commit d49b4c25584746cf1ad634fa405dfabc49d4192c
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Fri Apr 28 14:57:35 2017 +0300
bump version to 3.24.0
configure.ac | 4 ++--
libwnck/pager.c | 4 ++--
libwnck/tasklist.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index aeff605..09a3505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.62)
m4_define([wnck_major_version], [3])
-m4_define([wnck_minor_version], [20])
-m4_define([wnck_micro_version], [2])
+m4_define([wnck_minor_version], [24])
+m4_define([wnck_micro_version], [0])
m4_define([wnck_version],
[wnck_major_version.wnck_minor_version.wnck_micro_version])
diff --git a/libwnck/pager.c b/libwnck/pager.c
index 05e681c..53e9f6a 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -2455,7 +2455,7 @@ wnck_pager_set_shadow_type (WnckPager * pager,
* wrap arround to the start when scrolling over the end and vice
* versa. By default it is set to %FALSE.
*
- * Since: 3.20.2
+ * Since: 3.24.0
*/
void
wnck_pager_set_wrap_on_scroll (WnckPager *pager,
@@ -2473,7 +2473,7 @@ wnck_pager_set_wrap_on_scroll (WnckPager *pager,
* Return value: %TRUE if the @pager wraps workspaces on a scroll event that
* hits a border, %FALSE otherwise.
*
- * Since: 3.20.2
+ * Since: 3.24.0
*/
gboolean
wnck_pager_get_wrap_on_scroll (WnckPager *pager)
diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c
index ed77e83..0cf9844 100644
--- a/libwnck/tasklist.c
+++ b/libwnck/tasklist.c
@@ -872,7 +872,7 @@ void wnck_tasklist_set_orientation (WnckTasklist *tasklist,
* Sets the scroll behavior of the @tasklist. When set to %TRUE, a scroll
* event over the tasklist will change the current window accordingly.
*
- * Since: 3.20.2
+ * Since: 3.24.0
*/
void
wnck_tasklist_set_scroll_enabled (WnckTasklist *tasklist,
@@ -889,7 +889,7 @@ wnck_tasklist_set_scroll_enabled (WnckTasklist *tasklist,
*
* Gets the scroll behavior of the @tasklist.
*
- * Since: 3.20.2
+ * Since: 3.24.0
*/
gboolean
wnck_tasklist_get_scroll_enabled (WnckTasklist *tasklist)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]