moving to next dev version [noCI]

This commit is contained in:
jeanlf
2024-04-18 16:20:31 +02:00
parent 5d70253ac9
commit 2f0e325922
8 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
# Ongoing: GPAC 2.5-DEV
#04/2024: GPAC 2.4
## Emscripten|WebAssembly(WASM) support

View File

@@ -25,7 +25,7 @@
# GPAC Introduction
Current version: 2.4
Current version: 2.5-DEV
Latest Release: 2.4
@@ -120,5 +120,6 @@ Targets:
- [ ] Web GUI
- [ ] QUIC support
- [ ] ROUTE file repair support
- [ ] FLUTE file repair support
- [ ] FLUTE support
- [ ] Rust Bindings

View File

@@ -37,7 +37,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4</string>
<string>2.5-DEV</string>
<key>CFBundleSignature</key>
<string>gpac</string>
<key>CFBundleVersion</key>

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
gpac (2.4) stable; urgency=low
gpac (2.5-DEV) stable; urgency=low
* Initial release - see https://github.com/gpac/gpac/releases for more details

View File

@@ -1,11 +1,11 @@
# $Id: gpac.spec,v 1.5 2008-12-02 18:04:42 jeanlf Exp $
Summary: Framework for production, encoding, delivery and interactive playback of multimedia content
Name: gpac
Version: 2.4
Release: 2.4
Version: 2.5-DEV
Release: 2.5-DEV
License: LGPL
Group: Applications/Multimedia
Source0: gpac-2.4.tar.gz
Source0: gpac-2.5-DEV.tar.gz
URL: https://gpac.io/
BuildRoot: %{_tmppath}/%{name}-root
Requires: SDL

View File

@@ -2,7 +2,7 @@
* GPAC - Multimedia Framework C SDK
*
* Authors: Jean Le Feuvre
* Copyright (c) Telecom ParisTech 2012-2023
* Copyright (c) Telecom ParisTech 2012-2024
* All rights reserved
*
* This file is part of GPAC
@@ -42,7 +42,7 @@
* SONAME versions must be digits (not strings)
*/
/*! Macro giving GPAC version name expressed as a printable string*/
#define GPAC_VERSION "2.4"
#define GPAC_VERSION "2.5-DEV"
// WARNING: when bumping, reflect the changes in share/python/libgpac.py !!
/*! ABI Major number of libgpac */

View File

@@ -516,7 +516,7 @@
<string>yes</string>
</dict>
<key>CFBundleShortVersionString</key>
<string>2.4</string>
<string>2.5-DEV</string>
<key>CFBundleSignature</key>
<string>gpac</string>
<key>CFBundleURLTypes</key>

View File

@@ -1,6 +1,6 @@
;--------------------------------
;General
!define GPAC_VERSION 2.4
!define GPAC_VERSION 2.5-DEV
!include default.out
!define GPAC_ROOT ..\..\..