Skip to content

Commit

Permalink
moving to next dev version [noCI]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 18, 2024
1 parent 5d70253 commit 2f0e325
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Changelog
@@ -1,3 +1,6 @@
# Ongoing: GPAC 2.5-DEV


#04/2024: GPAC 2.4

## Emscripten|WebAssembly(WASM) support
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@

# GPAC Introduction

Current version: 2.4
Current version: 2.5-DEV

Latest Release: 2.4

Expand Down Expand Up @@ -120,5 +120,6 @@ Targets:
- [ ] Web GUI
- [ ] QUIC support
- [ ] ROUTE file repair support
- [ ] FLUTE file repair support
- [ ] FLUTE support
- [ ] Rust Bindings

2 changes: 1 addition & 1 deletion applications/gpac/ios-Info.plist
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions gpac.spec
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/gpac/version.h
Expand Up @@ -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
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion packagers/osx/GPAC.app/Contents/Info.plist
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion packagers/win32_64/nsis/gpac_installer.nsi
@@ -1,6 +1,6 @@
;--------------------------------
;General
!define GPAC_VERSION 2.4
!define GPAC_VERSION 2.5-DEV
!include default.out

!define GPAC_ROOT ..\..\..
Expand Down

0 comments on commit 2f0e325

Please sign in to comment.