> Author: spitz
> Date: Sun Mar 18 07:59:00 2018
> New Revision: 41185
> URL: http://www.lyx.org/trac/changeset/41185
> 
> Log:
> fix
> 
> Modified:
>    www-user/trunk/farm/cookbook/LyX/i18n.inc
> 
> Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc
> =====================================================================
> =========
> --- www-user/trunk/farm/cookbook/LyX/i18n.inc Sat Mar 17
> 21:04:20 2018 (r41184)
> +++ www-user/trunk/farm/cookbook/LyX/i18n.inc Sun Mar 18
> 07:59:00 2018 (r41185)
> @@ -2,7 +2,7 @@
>  // The current version
>  $lyx_version = "2.3.1dev";
>  // The branch tag
> -$branch_tag = "master";
> +$branch_tag = "2.3.x";

Richard, I suggest that you apply the attached patch to 2.3.x in order
to let make i18n.inc automatically set the correct $branch_tag.

Jürgen

diff --git a/po/postats.py b/po/postats.py
index fe486517c0..068377f71c 100755
--- a/po/postats.py
+++ b/po/postats.py
@@ -31,7 +31,7 @@ from __future__ import print_function
 # modify this when you change branch
 # Note that an empty lyx_branch variable (ie svn trunk)
 # will "do the right thing".
-lyx_branch=""
+lyx_branch="2.3.x"
 # these po-files will be skipped:
 ommitted = ('en.po')
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to