[tepl] Release 4.4.0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl] Release 4.4.0
- Date: Thu, 5 Mar 2020 07:15:32 +0000 (UTC)
commit 907a88fa7256da506ef3fff0e78d9ca0f10f3344
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Mar 5 08:11:14 2020 +0100
Release 4.4.0
NEWS | 4 ++++
README | 2 +-
configure.ac | 6 +++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 98fdff0..21bcebd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 4.4.0, 2020-03-05
+-------------------------
+* Translation updates.
+
News in 4.3.1, 2019-11-22
-------------------------
* Utils functions: make some functions public, add more public functions, and
diff --git a/README b/README
index b98adee..6892918 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Tepl - Text editor product line
===============================
-This is version 4.3.2 of Tepl.
+This is version 4.4.0 of Tepl.
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs.
diff --git a/configure.ac b/configure.ac
index 789dab2..71e00e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
# Package version of the form 'major.minor.micro'.
-m4_define(tepl_package_version, 4.3.2)
+m4_define(tepl_package_version, 4.4.0)
AC_INIT([tepl],
[tepl_package_version],
@@ -33,9 +33,9 @@ AX_IS_RELEASE([git-directory])
#
# When incrementing the API version (usually for a new major package version),
# set CURRENT, REVISION and AGE to 0 since it's like a new library.
-TEPL_LT_CURRENT=0
+TEPL_LT_CURRENT=1
TEPL_LT_REVISION=0
-TEPL_LT_AGE=0
+TEPL_LT_AGE=1
TEPL_LT_VERSION="$TEPL_LT_CURRENT:$TEPL_LT_REVISION:$TEPL_LT_AGE"
AC_SUBST([TEPL_LT_VERSION])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]