Skip to content

Commit

Permalink
update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Dec 15, 2019
1 parent b151e6a commit 6ae6627
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion android/app/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "MobileFFmpeg Android API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.3
PROJECT_NUMBER = 4.3.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 24
targetSdkVersion 28
versionCode 240430
versionName "4.3"
targetSdkVersion 29
versionCode 240431
versionName "4.3.1"
project.archivesBaseName = "mobile-ffmpeg"
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/cpp/mobileffmpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "libavutil/ffversion.h"

/** Library version string */
#define MOBILE_FFMPEG_VERSION "4.3"
#define MOBILE_FFMPEG_VERSION "4.3.1"

/** Defines tag used for Android logging. */
#define LIB_NAME "mobile-ffmpeg"
Expand Down
2 changes: 1 addition & 1 deletion ios/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "MobileFFmpeg iOS / tvOS API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.3
PROJECT_NUMBER = 4.3.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
20 changes: 10 additions & 10 deletions ios/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for mobile-ffmpeg 4.2.2.
# Generated by GNU Autoconf 2.69 for mobile-ffmpeg 4.3.1.
#
# Report bugs to <https://github.com/tanersener/mobile-ffmpeg/issues/new>.
#
Expand Down Expand Up @@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mobile-ffmpeg'
PACKAGE_TARNAME='mobile-ffmpeg'
PACKAGE_VERSION='4.2.2'
PACKAGE_STRING='mobile-ffmpeg 4.2.2'
PACKAGE_VERSION='4.3.1'
PACKAGE_STRING='mobile-ffmpeg 4.3.1'
PACKAGE_BUGREPORT='https://github.com/tanersener/mobile-ffmpeg/issues/new'
PACKAGE_URL=''

Expand Down Expand Up @@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures mobile-ffmpeg 4.2.2 to adapt to many kinds of systems.
\`configure' configures mobile-ffmpeg 4.3.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1400,7 +1400,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mobile-ffmpeg 4.2.2:";;
short | recursive ) echo "Configuration of mobile-ffmpeg 4.3.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1516,7 +1516,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mobile-ffmpeg configure 4.2.2
mobile-ffmpeg configure 4.3.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2107,7 +2107,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mobile-ffmpeg $as_me 4.2.2, which was
It was created by mobile-ffmpeg $as_me 4.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2973,7 +2973,7 @@ fi
# Define the identity of the package.
PACKAGE='mobile-ffmpeg'
VERSION='4.2.2'
VERSION='4.3.1'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -14511,7 +14511,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by mobile-ffmpeg $as_me 4.2.2, which was
This file was extended by mobile-ffmpeg $as_me 4.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14568,7 +14568,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
mobile-ffmpeg config.status 4.2.2
mobile-ffmpeg config.status 4.3.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions ios/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mobile-ffmpeg 4.3 configure.ac
# mobile-ffmpeg 4.3.1 configure.ac

AC_INIT([mobile-ffmpeg], [4.3], [https://github.com/tanersener/mobile-ffmpeg/issues/new])
AC_INIT([mobile-ffmpeg], [4.3.1], [https://github.com/tanersener/mobile-ffmpeg/issues/new])
AC_CONFIG_SRCDIR([src/MobileFFmpeg.m])
AC_CONFIG_MACRO_DIR([m4])

Expand Down
2 changes: 1 addition & 1 deletion ios/src/MobileFFmpeg.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@implementation MobileFFmpeg

/** Global library version */
NSString *const MOBILE_FFMPEG_VERSION = @"4.3";
NSString *const MOBILE_FFMPEG_VERSION = @"4.3.1";

/** Common return code values */
int const RETURN_CODE_SUCCESS = 0;
Expand Down
8 changes: 4 additions & 4 deletions tools/release/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 24
targetSdkVersion 28
versionCode 240430
versionName "4.3"
targetSdkVersion 29
versionCode 240431
versionName "4.3.1"
project.archivesBaseName = "mobile-ffmpeg"
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down
8 changes: 4 additions & 4 deletions tools/release/android/build.lts.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 160430
versionName "4.3.LTS"
targetSdkVersion 29
versionCode 160431
versionName "4.3.1.LTS"
project.archivesBaseName = "mobile-ffmpeg"
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit 6ae6627

Please sign in to comment.