summaryrefslogtreecommitdiff
path: root/subversion/bindings/swig/ruby/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/bindings/swig/ruby/core.c')
-rw-r--r--subversion/bindings/swig/ruby/core.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/subversion/bindings/swig/ruby/core.c b/subversion/bindings/swig/ruby/core.c
index ba8b0b8..09991ad 100644
--- a/subversion/bindings/swig/ruby/core.c
+++ b/subversion/bindings/swig/ruby/core.c
@@ -2130,7 +2130,7 @@ SWIG_ruby_failed(void)
}
-/*@SWIG:/opt/svnrm/1.14/prefix/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
+/*@SWIG:/opt/svnrm/prefix/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE *args)
{
VALUE obj = args[0];
@@ -2350,7 +2350,7 @@ typedef struct {
#include "svn_auth.h"
-/*@SWIG:/opt/svnrm/1.14/prefix/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
+/*@SWIG:/opt/svnrm/prefix/share/swig/3.0.12/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args)
{
VALUE obj = args[0];
@@ -46744,15 +46744,15 @@ SWIGEXPORT void Init_core(void) {
rb_define_module_function(mCore, "svn_pool_create_allocator", _wrap_svn_pool_create_allocator, -1);
rb_define_const(mCore, "SVN_VER_MAJOR", SWIG_From_int((int)(1)));
rb_define_const(mCore, "SVN_VER_MINOR", SWIG_From_int((int)(14)));
- rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(2)));
- rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(2)));
+ rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(3)));
+ rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(3)));
rb_define_const(mCore, "SVN_VER_LIBRARY", SWIG_From_int((int)(1)));
- rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1899510)"));
+ rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1914484)"));
rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr(""));
- rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1899510)));
- rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.14.2"));
- rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.14.2"));
- rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.14.2 (r1899510)"));
+ rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1914484)));
+ rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.14.3"));
+ rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.14.3"));
+ rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.14.3 (r1914484)"));
SwigClassSvn_version_t.klass = rb_define_class_under(mCore, "Svn_version_t", rb_cObject);
SWIG_TypeClientData(SWIGTYPE_p_svn_version_t, (void *) &SwigClassSvn_version_t);