diff --git a/version.sh b/version.sh index ffb725772..5a5727c55 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# SPDX-FileCopyrightText: 2015-2025 Sébastien Helleu +# SPDX-FileCopyrightText: 2015-2026 Sébastien Helleu # # 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)