1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

Version 4.8.3-dev

This commit is contained in:
Sébastien Helleu
2026-03-06 23:20:21 +01:00
parent b452be6417
commit a639271e93
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
#
# SPDX-FileCopyrightText: 2015-2025 Sébastien Helleu <flashcode@flashtux.org>
# SPDX-FileCopyrightText: 2015-2026 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
@@ -42,7 +42,7 @@
#
weechat_stable="4.8.2"
weechat_devel="4.8.2"
weechat_devel="4.8.3-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
stable_minor=$(echo "${weechat_stable}" | cut -d"." -f2)