misc: bump version to apply latest fixes.
This commit is contained in:
parent
c03ed2178d
commit
b440107ea3
4 changed files with 16 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2023 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2024 Luis Guzman <ark@switnet.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=2
|
||||
VERSION=3
|
||||
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble universe'
|
||||
BACKPORT=true
|
||||
BUILD_UNTIL=11.0
|
||||
|
|
@ -25,7 +25,7 @@ BUILD_UNTIL=11.0
|
|||
. ./config
|
||||
|
||||
# Fix version number due to early release.
|
||||
export FULLVERSION="$(sed 's|ubuntu1||' <<< $FULLVERSION)"
|
||||
export FULLVERSION="$(sed 's|ubuntu4||' <<< $FULLVERSION)"
|
||||
|
||||
|
||||
changelog "Backported from noble as dependency of libsrtp2 for openssl 3.0 support. || Route backport to upstream ubuntu."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue