~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/bindings/swig/python/core.c

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-05-20 22:45:32 UTC
  • mfrom: (0.2.12)
  • Revision ID: package-import@ubuntu.com-20140520224532-4fec3gohdzyy692g
Tags: 1.8.9-1
* New upstream release
* Merge changes from Ubuntu:
  - Add DEB-8 test for Apache functionality
  - debian/rules: Create pot file on build.
  - debian/rules: Ensure the doxygen output directory exists
  - Move svn2cl to subversion-tools' Suggests on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35546
35546
  SWIG_Python_SetConstant(d, "SVN_ALLOCATOR_RECOMMENDED_MAX_FREE",SWIG_From_long((long)((4096*1024))));
35547
35547
  SWIG_Python_SetConstant(d, "SVN_VER_MAJOR",SWIG_From_long((long)(1)));
35548
35548
  SWIG_Python_SetConstant(d, "SVN_VER_MINOR",SWIG_From_long((long)(8)));
35549
 
  SWIG_Python_SetConstant(d, "SVN_VER_PATCH",SWIG_From_long((long)(8)));
35550
 
  SWIG_Python_SetConstant(d, "SVN_VER_MICRO",SWIG_From_long((long)(8)));
 
35549
  SWIG_Python_SetConstant(d, "SVN_VER_PATCH",SWIG_From_long((long)(9)));
 
35550
  SWIG_Python_SetConstant(d, "SVN_VER_MICRO",SWIG_From_long((long)(9)));
35551
35551
  SWIG_Python_SetConstant(d, "SVN_VER_LIBRARY",SWIG_From_long((long)(1)));
35552
 
  SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (r1568071)"));
 
35552
  SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (r1591380)"));
35553
35553
  SWIG_Python_SetConstant(d, "SVN_VER_NUMTAG",SWIG_FromCharPtr(""));
35554
 
  SWIG_Python_SetConstant(d, "SVN_VER_REVISION",SWIG_From_long((long)(1568071)));
35555
 
  SWIG_Python_SetConstant(d, "SVN_VER_NUM",SWIG_FromCharPtr("1.8.8"));
35556
 
  SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.8.8"));
35557
 
  SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.8.8 (r1568071)"));
 
35554
  SWIG_Python_SetConstant(d, "SVN_VER_REVISION",SWIG_From_long((long)(1591380)));
 
35555
  SWIG_Python_SetConstant(d, "SVN_VER_NUM",SWIG_FromCharPtr("1.8.9"));
 
35556
  SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.8.9"));
 
35557
  SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.8.9 (r1591380)"));
35558
35558
  SWIG_Python_SetConstant(d, "svn_prop_entry_kind",SWIG_From_long((long)(svn_prop_entry_kind)));
35559
35559
  SWIG_Python_SetConstant(d, "svn_prop_wc_kind",SWIG_From_long((long)(svn_prop_wc_kind)));
35560
35560
  SWIG_Python_SetConstant(d, "svn_prop_regular_kind",SWIG_From_long((long)(svn_prop_regular_kind)));