Skip to content

Commit

Permalink
0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 26, 2017
1 parent 0639a09 commit 440d475
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/gpac/gpac.svg?branch=master)](https://travis-ci.org/gpac/gpac)
[![codecov.io](https://codecov.io/github/gpac/gpac/coverage.svg?branch=master)](https://codecov.io/github/gpac/gpac?branch=master)

README for GPAC version 0.7.0
README for GPAC version 0.7.1

GPAC is a multimedia framework oriented towards rich media and distributed under the LGPL license (see COPYING).
GPAC supports many multimedia formats, from simple audiovisual containers (avi, mov, mpg) to complex
Expand Down
2 changes: 1 addition & 1 deletion applications/osmo4_ios/osmo4ios-Info.plist
Expand Up @@ -35,7 +35,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0</string>
<string>0.7.1</string>
<key>CFBundleSignature</key>
<string>gpac</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions applications/osmo4_w32/Osmo4.rc
Expand Up @@ -194,12 +194,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Osmo4-GPAC"
VALUE "FileVersion", "0.7.0"
VALUE "FileVersion", "0.7.1"
VALUE "InternalName", "Osmo4"
VALUE "LegalCopyright", "Copyright (C) Telecom ParisTech 2005-2012"
VALUE "OriginalFilename", "Osmo4.EXE"
VALUE "ProductName", "Osmo4-GPAC"
VALUE "ProductVersion", "0.7.0"
VALUE "ProductVersion", "0.7.1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion bin/smartphone 2003 (armv4)/release/install/archive.bat
Expand Up @@ -9,7 +9,7 @@ setlocal enabledelayedexpansion
call set VERSION=%%VERSION:!TAG!=%%
setlocal disabledelayedexpansion
set revision="%VERSION%-%BRANCH%"
set gpac_version="0.7.0-r%gpac_revision%
set gpac_version="0.7.1-r%gpac_revision%

zip "GPAC_%gpac_version%_WindowsMobile.zip" ../*.dll ../*.exe ../*.plg

Expand Down
Expand Up @@ -10,7 +10,7 @@ call set VERSION=%%VERSION:!TAG!=%%
setlocal disabledelayedexpansion
set revision="%VERSION%-%BRANCH%"

set gpac_version="0.7.0-r%gpac_revision%
set gpac_version="0.7.1-r%gpac_revision%

ECHO [Version] > gpaccab.inf
ECHO Provider = "GPAC %gpac_version%" >> gpaccab.inf
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
@@ -1,4 +1,4 @@
gpac (0.7.0) stable; urgency=low
gpac (0.7.1) stable; urgency=low

* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

Expand Down
2 changes: 1 addition & 1 deletion doc/configuration.html
Expand Up @@ -10,7 +10,7 @@
<br/>
<b><span style="Font-Size: 24pt">GPAC Configuration file documentation
<br/>
GPAC Version 0.7.0
GPAC Version 0.7.1
</span></b>
<br/>
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/man/gpac.1
Expand Up @@ -6,7 +6,7 @@ GPAC \- MPEG-4 Systems Framework and Software Development Kit
.SH "DESCRIPTION"
.LP
GPAC stands (does it ?) for GPAC Project on Advanced Content. It is an implementation of the MPEG-4 Systems standard written in ANSI C. GPAC provides tools for media playback, vector graphics and 3D rendering, MPEG-4 authoring and distribution.
This man page is about configuration of the GPAC framework version 0.7.0.
This man page is about configuration of the GPAC framework version 0.7.1.
.
.SH INTRODUCTION
Some applications in the GPAC framework use a configuration file shared among modules and reloadable at run time. This file is located in the user home directory and called ".gpacrc".
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: GPAC is a multimedia framework covering MPEG-4, VRML/X3D and SVG.
Name: gpac
Version: 0.7.0
Release: 0.7.0
Version: 0.7.1
Release: 0.7.1
License: LGPL
Group: Applications/Multimedia
Source0: gpac-0.7.0.tar.gz%{?_with_amr:Source1:http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-700.zip}
Source0: gpac-0.7.1.tar.gz%{?_with_amr:Source1:http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-700.zip}
URL: http://gpac.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-root
Requires: SDL
Expand Down
2 changes: 1 addition & 1 deletion include/gpac/version.h
Expand Up @@ -47,7 +47,7 @@
* NO SPACE in GPAC_VERSION / GPAC_FULL_VERSION for proper install
* SONAME versions must be digits (not strings)
*/
#define GPAC_VERSION "0.7.0"
#define GPAC_VERSION "0.7.1"
#define GPAC_VERSION_MAJOR 7
#define GPAC_VERSION_MINOR 5
#define GPAC_VERSION_MICRO 0
Expand Down
2 changes: 1 addition & 1 deletion packagers/win32_64/nsis/gpac_installer.nsi
@@ -1,6 +1,6 @@
;--------------------------------
;General
!define GPAC_VERSION 0.7.0
!define GPAC_VERSION 0.7.1
!include default.out

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

0 comments on commit 440d475

Please sign in to comment.