From 46f2f4896958efdb1dcfcb6208ebb137d41c53e9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 13 May 2015 17:27:52 +0200 Subject: [PATCH] release: prepare for 3.16.0 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0157d12..0075e44 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +3.16.0 +====== + +- Translation updates + 3.15.90 - "Mexican Bus" ======================= diff --git a/configure.ac b/configure.ac index c397daa..572b164 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([sushi],[3.15.90],[],[sushi]) +AC_INIT([sushi],[3.16.0],[],[sushi]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([src/main.c]) -- GitLab