On Fri, Aug 23, 2024 at 06:14:44AM +0000, Pavel Sanda wrote:
> commit 23bf3ed489838fac2a775ee0a37e1d85492d9897
> Author: Pavel Sanda <sa...@lyx.org>
> Date:   Fri Aug 23 08:14:35 2024 +0200
> 
>     one more time :)
...
> --- a/farm/cookbook/LyX/i18n.inc
> +++ b/farm/cookbook/LyX/i18n.inc
> @@ -2,7 +2,7 @@
>  // The current version
>  $lyx_version = "2.4.2~devel";
>  // The branch tag
> -$branch_tag = "master";
> +$branch_tag = "2.4.x";


We forgot the attached after major release.

I'll update little bit https://wiki.lyx.org/Devel/ReleaseProcedure
it is still there but for some older versions ;)

Pavel
diff --git a/po/postats.py b/po/postats.py
index 9c85e5cbf2..33b937f516 100755
--- a/po/postats.py
+++ b/po/postats.py
@@ -30,7 +30,7 @@ from __future__ import print_function
 
 # Modify this when you change branch (e.g. stats for stable branch).
 # Note that an empty lyx_branch variable will "do the right thing" for master.
-lyx_branch=""
+lyx_branch="2.4.x"
 # these po-files will be skipped:
 ommitted = ('en.po')
 
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to