[gnome-documents] release: prepare for 3.27.92



commit 0daf28406ec3f9aa82ba52dddb1e1340e294749f
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Mar 12 13:11:06 2018 +0100

    release: prepare for 3.27.92

 NEWS         |   12 +++++++++---
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7b8e7e1..4b7b79a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-3.27.1 - ""
-===========
+3.27.92 - "Pink Cadillac"
+=========================
 
+- Port to Meson (Iñigo Martínez)
+- Use 'var' for symbols that are exported
+- Use the standard dialect of String.prototype.replace
+- Explicitly specify the Gepub API version
+- Vertically centre text in the list view
+- Translation updates
 
 3.26.0 - "For Amateurs"
 =======================
diff --git a/configure.ac b/configure.ac
index 87c55a8..d13b21c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: Autoconf -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-documents],[3.27.1],[],[gnome-documents])
+AC_INIT([gnome-documents],[3.27.92],[],[gnome-documents])
 
 AC_CONFIG_HEADERS([config/config.h])
 AC_CONFIG_SRCDIR([src/main.js])
diff --git a/meson.build b/meson.build
index 1f44272..9d1220c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-documents', 'c',
-  version: '3.27.1',
+  version: '3.27.92',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.42.0'


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