summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-28 14:57:35 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-29 11:43:39 +0300
commit0cb73a53d703753e6918cefed3dffcc4fc7366b3 (patch)
tree9c50dc87b8939d8fd7db8aef84f934f29da2ba2b
parente038aa8e0d018abd429e155a2fc2494739e050cb (diff)
downloadlibwnck-wip/warnings3.tar.gz
bump version to 3.24.0wip/warnings3
-rw-r--r--configure.ac4
-rw-r--r--libwnck/pager.c4
-rw-r--r--libwnck/tasklist.c4
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)