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

« back to all changes in this revision

Viewing changes to subversion/include/svn_version.h

  • 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:
72
72
 *
73
73
 * @since New in 1.1.
74
74
 */
75
 
#define SVN_VER_PATCH      8
 
75
#define SVN_VER_PATCH      9
76
76
 
77
77
 
78
78
/** @deprecated Provided for backward compatibility with the 1.0 API. */
95
95
 *
96
96
 * Always change this at the same time as SVN_VER_NUMTAG.
97
97
 */
98
 
#define SVN_VER_TAG        " (r1568071)"
 
98
#define SVN_VER_TAG        " (r1591380)"
99
99
 
100
100
 
101
101
/** Number tag: a string describing the version.
121
121
 * When rolling a tarball, we automatically replace it with what we
122
122
 * guess to be the correct revision number.
123
123
 */
124
 
#define SVN_VER_REVISION   1568071
 
124
#define SVN_VER_REVISION   1591380
125
125
 
126
126
 
127
127
/* Version strings composed from the above definitions. */