Skip to content

Commit

Permalink
prepare release xuggle-xuggler-5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierayache committed Jan 12, 2018
1 parent 4b67cee commit 2d7e53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
revisions in that library's "configure.ac" file, and
regenerate the build scripts -->
<property name="library.version.major" value="5"/>
<property name="library.version.minor" value="5"/>
<property name="library.version.minor" value="6"/>
<property name="license.key" value="GPL License"/>
<property name="app.mainclass" value="com.xuggle.xuggler.Converter"/>

Expand Down
2 changes: 1 addition & 1 deletion mk/buildtools/buildhelper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
</if>

<echo message="Building Library Version: ${library.version}"/>
<condition property="ivy.revision" value="${library.version.major}.${library.version.minor}-SNAPSHOT">
<condition property="ivy.revision" value="${library.version.major}.${library.version.minor}">
<not>
<isset property="ivy.revision"/>
</not>
Expand Down

0 comments on commit 2d7e53d

Please sign in to comment.