Skip to content

Commit c639dbd

Browse files
committed
Remove test from make default target and bump to 1.0.17.
1 parent cb6bb6e commit c639dbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: .build-post
1414

1515
.build-pre:
1616

17-
.build-post: .build-impl build-exe test
17+
.build-post: .build-impl build-exe
1818

1919
build-exe:
2020
@if [ "$(findstring mingw, $(CONF))" ]; then \

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.17.dev"
2+
VERSION = "1.0.17"
33
end

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#ifndef _VERSION_H_
77
#define _VERSION_H_
88

9-
#define JRUBY_LAUNCHER_VERSION "1.0.17.dev"
9+
#define JRUBY_LAUNCHER_VERSION "1.0.17"
1010

1111
#endif // ! _VERSION_H_

0 commit comments

Comments
 (0)