[jffi-next] 02/02: Bump version to 0.6.2
Tim Potter
tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to tag 0.6.2
in repository jffi-next.
commit 2f3e1493a27dce0e64112d6455384a55ba00c87f
Author: Wayne Meissner <wmeissner at gmail.com>
Date: Sun Oct 18 12:47:29 2009 +1000
Bump version to 0.6.2
---
custom-build.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/custom-build.xml b/custom-build.xml
index 058bcf0..0bdcb8f 100644
--- a/custom-build.xml
+++ b/custom-build.xml
@@ -10,7 +10,7 @@
<property name="complete.jar" value="${dist.dir}/jffi-complete.jar"/>
<property name="jffi.version.major" value="0"/>
<property name="jffi.version.minor" value="6"/>
- <property name="jffi.version.micro" value="1"/>
+ <property name="jffi.version.micro" value="2"/>
<mkdir dir="${build.native.dir}"/>
<!-- normalize the various os.arch naming conventions -->
diff --git a/pom.xml b/pom.xml
index dc0b1e4..d077c85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.jruby.extras</groupId>
<artifactId>jffi</artifactId>
<packaging>jar</packaging>
- <version>0.6.1</version>
+ <version>0.6.2</version>
<name>jffi</name>
<description>Java wrapper around libffi</description>
<url>http://jffi.kenai.com</url>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git
More information about the pkg-java-commits
mailing list