[tepl] Bump API version to 3



commit 54737ada158242533d0902466cf3739a6407ad1b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Jun 11 18:55:28 2017 +0200

    Bump API version to 3
    
    The project has been renamed from Gtef to Tepl. But it's still the same
    git repo with the same history and the same tags. Setting the API
    version to 1 would be confusing, because there are already git tags for
    the 1.x.y and 2.x.y versions. Also, it's far less confusing to have the
    major package version being equal to the API version.
    
    The package version is set to 2.99.0 because 3.0 is not yet released:
    2.99.x are the alpha/beta/rc versions, and 3.0.x will be the stable
    version released in September.

 configure.ac                                       |    6 +++---
 ...tepl-2.0-sections.txt => tepl-3.0-sections.txt} |    0
 po/Makevars                                        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 283aa9e..3f1d576 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, 2.0.1)
+m4_define(tepl_package_version, 2.99.0)
 
 AC_INIT([tepl],
        [tepl_package_version],
@@ -43,10 +43,10 @@ AC_SUBST(TEPL_LT_VERSION)
 # API version, used for parallel installability.
 # Not used in:
 # - po/Makevars
-# - the docs/reference/tepl-1.0-sections.txt filename
+# - the docs/reference/tepl-3.0-sections.txt filename
 # Because as far as I've tested, it is not easily feasible to not hardcode the
 # API version in those places (swilmet).
-TEPL_API_VERSION=2
+TEPL_API_VERSION=3
 AC_SUBST(TEPL_API_VERSION)
 
 # Dependencies
diff --git a/docs/reference/tepl-2.0-sections.txt b/docs/reference/tepl-3.0-sections.txt
similarity index 100%
rename from docs/reference/tepl-2.0-sections.txt
rename to docs/reference/tepl-3.0-sections.txt
diff --git a/po/Makevars b/po/Makevars
index ad4d59d..84dea6e 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,7 +1,7 @@
 # Makefile variables for PO directory in any package using GNU gettext.
 
 # Usually the message domain is the same as the package name.
-DOMAIN = tepl-2
+DOMAIN = tepl-3
 
 # These two variables depend on the location of this directory.
 subdir = po


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