1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Version 4.1.2

This commit is contained in:
Sébastien Helleu
2023-12-03 19:17:25 +01:00
parent 4dbae51568
commit 14b8518ae2
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -39,8 +39,8 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
weechat_stable="4.1.1"
weechat_devel="4.1.2-dev"
weechat_stable="4.1.2"
weechat_devel="4.1.2"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
stable_minor=$(echo "${weechat_stable}" | cut -d"." -f2)