Skip to content

Commit

Permalink
Release version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Feb 9, 2022
1 parent 88ee0d3 commit 967caf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

### February 11, 2022 version 1.5.7
* Upgrade support to FFmpeg 5.0.x

### August 2, 2021 version 1.5.6
* Upgrade support to FFmpeg 4.4.x

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ Source Code
I make all the source code available on GitHub at https://github.com/bytedeco/procamcalib . You will also need the following to modify and build the application:

* A C/C++ compiler
* JavaCPP 1.5.6 https://github.com/bytedeco/javacpp
* JavaCV 1.5.6 https://github.com/bytedeco/javacv
* JavaCPP 1.5.7 https://github.com/bytedeco/javacpp
* JavaCV 1.5.7 https://github.com/bytedeco/javacv
* OpenCV 4.5.x http://sourceforge.net/projects/opencvlibrary/files/
* FFmpeg 4.4.x http://ffmpeg.org/download.html
* FFmpeg 5.0.x http://ffmpeg.org/download.html
* ARToolKitPlus 2.3.x https://launchpad.net/artoolkitplus
* NetBeans 12.x https://netbeans.apache.org/download/
* Maven 3.x http://maven.apache.org/download.html
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco</groupId>
<artifactId>procamcalib</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>

<name>ProCamCalib</name>
<description>A User-Friendly Method to Calibrate Cameras and Projector-Camera Systems</description>
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<exclude>*-javadoc.jar</exclude>
<exclude>*-sources.jar</exclude>
</excludes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.build.directory}/site</directory>
Expand Down

0 comments on commit 967caf4

Please sign in to comment.