diff --git a/README.md b/README.md index 07e83d948f..818245ae19 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ![License](https://img.shields.io/badge/license-LGPL-blue.svg) -README for GPAC version 0.8.0 +README for GPAC version 0.8.1 GPAC is a multimedia framework oriented towards rich media and distributed under the LGPL license (see COPYING). diff --git a/applications/osmo4_ios/osmo4ios-Info.plist b/applications/osmo4_ios/osmo4ios-Info.plist index f2d67b21d0..c311f7976a 100644 --- a/applications/osmo4_ios/osmo4ios-Info.plist +++ b/applications/osmo4_ios/osmo4ios-Info.plist @@ -35,7 +35,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.8.0 + 0.8.1 CFBundleSignature gpac CFBundleVersion diff --git a/applications/osmo4_w32/Osmo4.rc b/applications/osmo4_w32/Osmo4.rc index 65ceeda034..e5ea6e6854 100644 --- a/applications/osmo4_w32/Osmo4.rc +++ b/applications/osmo4_w32/Osmo4.rc @@ -194,12 +194,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "Osmo4-GPAC" - VALUE "FileVersion", "0.8.0" + VALUE "FileVersion", "0.8.1" VALUE "InternalName", "Osmo4" VALUE "LegalCopyright", "Copyright (C) Telecom ParisTech 2005-2012" VALUE "OriginalFilename", "Osmo4.EXE" VALUE "ProductName", "Osmo4-GPAC" - VALUE "ProductVersion", "0.8.0" + VALUE "ProductVersion", "0.8.1" END END BLOCK "VarFileInfo" diff --git a/bin/smartphone 2003 (armv4)/release/install/archive.bat b/bin/smartphone 2003 (armv4)/release/install/archive.bat index 22eb9a460a..7c7453d917 100644 --- a/bin/smartphone 2003 (armv4)/release/install/archive.bat +++ b/bin/smartphone 2003 (armv4)/release/install/archive.bat @@ -9,7 +9,7 @@ setlocal enabledelayedexpansion call set VERSION=%%VERSION:!TAG!=%% setlocal disabledelayedexpansion set revision="%VERSION%-%BRANCH%" -set gpac_version="0.8.0-r%gpac_revision% +set gpac_version="0.8.1-r%gpac_revision% zip "GPAC_%gpac_version%_WindowsMobile.zip" ../*.dll ../*.exe ../*.plg diff --git a/bin/smartphone 2003 (armv4)/release/install/build_installer.bat b/bin/smartphone 2003 (armv4)/release/install/build_installer.bat index c37cc419eb..f07388e5e0 100644 --- a/bin/smartphone 2003 (armv4)/release/install/build_installer.bat +++ b/bin/smartphone 2003 (armv4)/release/install/build_installer.bat @@ -10,7 +10,7 @@ call set VERSION=%%VERSION:!TAG!=%% setlocal disabledelayedexpansion set revision="%VERSION%-%BRANCH%" -set gpac_version="0.8.0-r%gpac_revision% +set gpac_version="0.8.1-r%gpac_revision% ECHO [Version] > gpaccab.inf ECHO Provider = "GPAC %gpac_version%" >> gpaccab.inf diff --git a/debian/changelog b/debian/changelog index 6e45a25062..d35548a1f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gpac (0.8.0) stable; urgency=low +gpac (0.8.1) stable; urgency=low * Initial release - see https://github.com/gpac/gpac/releases for more details diff --git a/doc/configuration.html b/doc/configuration.html index af3ac8e55f..fc4096da07 100644 --- a/doc/configuration.html +++ b/doc/configuration.html @@ -10,7 +10,7 @@
GPAC Configuration file documentation
-GPAC Version 0.8.0 +GPAC Version 0.8.1

diff --git a/doc/man/gpac.1 b/doc/man/gpac.1 index f8c70dec72..0505adc76e 100644 --- a/doc/man/gpac.1 +++ b/doc/man/gpac.1 @@ -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.8.0. +This man page is about configuration of the GPAC framework version 0.8.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". diff --git a/gpac.spec b/gpac.spec index 42352b88cc..da45ffa93b 100644 --- a/gpac.spec +++ b/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.8.0 -Release: 0.8.0 +Version: 0.8.1 +Release: 0.8.1 License: LGPL Group: Applications/Multimedia -Source0: gpac-0.8.0.tar.gz%{?_with_amr:Source1:http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-700.zip} +Source0: gpac-0.8.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 diff --git a/include/gpac/version.h b/include/gpac/version.h index c45f0f73f2..046a6a0fa9 100644 --- a/include/gpac/version.h +++ b/include/gpac/version.h @@ -47,9 +47,9 @@ * NO SPACE in GPAC_VERSION / GPAC_FULL_VERSION for proper install * SONAME versions must be digits (not strings) */ -#define GPAC_VERSION "0.8.0" +#define GPAC_VERSION "0.8.1" #define GPAC_VERSION_MAJOR 8 -#define GPAC_VERSION_MINOR 0 +#define GPAC_VERSION_MINOR 1 #define GPAC_VERSION_MICRO 0 #include diff --git a/packagers/win32_64/nsis/gpac_installer.nsi b/packagers/win32_64/nsis/gpac_installer.nsi index 049fb83db6..c88c0b1205 100644 --- a/packagers/win32_64/nsis/gpac_installer.nsi +++ b/packagers/win32_64/nsis/gpac_installer.nsi @@ -1,6 +1,6 @@ ;-------------------------------- ;General -!define GPAC_VERSION 0.8.0 +!define GPAC_VERSION 0.8.1 !include default.out !define GPAC_ROOT ..\..\..