[gdl] Update files for release



commit fb504294097221bfa610fe6382346450b78d79e8
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Sep 20 09:15:18 2015 +0200

    Update files for release

 NEWS         |   11 +++++++++++
 configure.in |   10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 469751c..f1601f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 3.18.0
+
+* Use "resize" property and fix a bug in panel widget (Vladimir Motilenko)
+* bgo #751239: fix preview window color (Lukas K)
+* bgo #729325 - Set type hint of dragged-out windows to TOOLBAR (Lukas K)
+
+* Translation: ca Jordi Ma
+* Translation: pl Piotr Drąg
+* Translation: pt Pedro Albuquerque
+
+
 Changes in 3.16.0
 
 * Translation: bs Samir Ribic
diff --git a/configure.in b/configure.in
index 110d0b7..c6ea0c6 100644
--- a/configure.in
+++ b/configure.in
@@ -11,21 +11,21 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
 GDL_MAJOR_VERSION=3
-GDL_MINOR_VERSION=16
+GDL_MINOR_VERSION=18
 GDL_MICRO_VERSION=0
 
 dnl increment if the interface has additions, changes, removals.
 GDL_CURRENT=5
 
-dnl increment any time the source changes; set to
-dnl  0 if you increment CURRENT
-GDL_REVISION=8
-
 dnl increment if any interfaces have been added; set to 0
 dnl  if any interfaces have been changed or removed. removal has
 dnl  precedence over adding, so set to 0 if both happened.
 GDL_AGE=0
 
+dnl increment any time the source changes; set to
+dnl  0 if you increment CURRENT
+GDL_REVISION=9
+
 AC_SUBST(GDL_CURRENT)
 AC_SUBST(GDL_REVISION)
 AC_SUBST(GDL_AGE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]