Skip to content

Commit f18b3e4

Browse files
author
Andrea Medeghini
committed
Updated version
1 parent 45dca0f commit f18b3e4

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# FFmpeg4Java
1+
# FFmpeg4Java 3.1.1-1.0
22

3-
FFmpeg4Java provides a JNI wrapper of FFmpeg library.
3+
FFmpeg4Java provides a JNI wrapper of FFmpeg library version 3.1.1.
44

55

66
## License

ffmpeg4java.i

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* SWIG interface file for ffmpeg4java
3-
*
4-
* Copyright 2014 Andrea Medeghini
5-
* http://www.nextbreakpoint.com
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*/
17-
181
%module FFmpeg4Java
192
%include "enumtypesafe.swg"
203
%include "typemaps.i"

maven/com.nextbreakpoint.ffmpeg4java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.nextbreakpoint</groupId>
55
<artifactId>com.nextbreakpoint.ffmpeg4java</artifactId>
6-
<version>1.0.0</version>
6+
<version>3.1.1-1.0</version>
77
<packaging>jar</packaging>
88
<name>FFmpeg4Java</name>
99
<description>FFmpeg4Java provides a JNI wrapper of FFmpeg library</description>

tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.nextbreakpoint</groupId>
55
<artifactId>com.nextbreakpoint.ffmpeg4java.tests</artifactId>
6-
<version>1.0.0</version>
6+
<version>3.1.1-1.0</version>
77
<packaging>jar</packaging>
88
<name>Tests of FFmpeg4Java</name>
99
<description>FFmpeg4Java provides a JNI wrapper of FFmpeg library</description>
@@ -66,7 +66,6 @@
6666
<artifactItem>
6767
<groupId>com.nextbreakpoint</groupId>
6868
<artifactId>com.nextbreakpoint.ffmpeg4java</artifactId>
69-
<version>1.0.0</version>
7069
<classifier>${build.type}</classifier>
7170
<type>jar</type>
7271
<overWrite>true</overWrite>
@@ -83,7 +82,7 @@
8382
<dependency>
8483
<groupId>com.nextbreakpoint</groupId>
8584
<artifactId>com.nextbreakpoint.ffmpeg4java</artifactId>
86-
<version>1.0.0</version>
85+
<version>3.1.1-1.0</version>
8786
</dependency>
8887
<dependency>
8988
<groupId>junit</groupId>

0 commit comments

Comments
 (0)