1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

core: add version 4.9.3

This commit is contained in:
Sébastien Helleu
2026-07-05 16:14:16 +02:00
parent 45dbf3ce9f
commit e1fdd9fd71
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
weechat_stable="4.9.2"
weechat_stable="4.9.3"
weechat_devel="4.10.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)