ext/rjb.c in rjb-1.5.4 vs ext/rjb.c in rjb-1.5.5

- old
+ new

@@ -1,8 +1,8 @@ /* * Rjb - Ruby <-> Java Bridge - * Copyright(c) 2004,2005,2006,2007,2008,2009,2010,2011,2012,2014 arton + * Copyright(c) 2004,2005,2006,2007,2008,2009,2010,2011,2012,2014-2016 arton * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. @@ -12,10 +12,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * */ -#define RJB_VERSION "1.5.4" +#define RJB_VERSION "1.5.5" #include "ruby.h" #include "extconf.h" #if RJB_RUBY_VERSION_CODE < 190 #include "st.h"