Skip to content

Commit dc6bad9

Browse files
committed
Bump to 1.0.4
1 parent 947a032 commit dc6bad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/jruby-launcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JRubyLauncher
2-
VERSION = "1.0.3"
2+
VERSION = "1.0.4"
33
end

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright 2009-2010 JRuby Team (www.jruby.org).
2+
* Copyright 2009-2011 JRuby Team (www.jruby.org).
33
*/
44

55

66
#ifndef _VERSION_H_
77
#define _VERSION_H_
88

9-
#define JRUBY_LAUNCHER_VERSION "1.0.3"
9+
#define JRUBY_LAUNCHER_VERSION "1.0.4"
1010

1111
#endif // ! _VERSION_H_

0 commit comments

Comments
 (0)