We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a032 commit dc6bad9Copy full SHA for dc6bad9
lib/jruby-launcher.rb
@@ -1,3 +1,3 @@
1
module JRubyLauncher
2
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
3
end
version.h
@@ -1,11 +1,11 @@
/*
- * Copyright 2009-2010 JRuby Team (www.jruby.org).
+ * Copyright 2009-2011 JRuby Team (www.jruby.org).
*/
4
5
6
#ifndef _VERSION_H_
7
#define _VERSION_H_
8
9
-#define JRUBY_LAUNCHER_VERSION "1.0.3"
+#define JRUBY_LAUNCHER_VERSION "1.0.4"
10
11
#endif // ! _VERSION_H_
0 commit comments