~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/include/svn_version.h

  • Committer: Michael Diers
  • Date: 2011-03-22 13:11:00 UTC
  • mfrom: (53.1.2 ppa-natty)
  • Revision ID: mdiers@elego.de-20110322131100-86ds6jfkt8ei02q2
Tags: 1.6.16dfsg-1svn1
MergeĀ DebianĀ (1.6.16dfsg-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 *
67
67
 * @since New in 1.1.
68
68
 */
69
 
#define SVN_VER_PATCH      15
 
69
#define SVN_VER_PATCH      16
70
70
 
71
71
 
72
72
/** @deprecated Provided for backward compatibility with the 1.0 API. */
89
89
 *
90
90
 * Always change this at the same time as SVN_VER_NUMTAG.
91
91
 */
92
 
#define SVN_VER_TAG        " (r1038135)"
 
92
#define SVN_VER_TAG        " (r1073529)"
93
93
 
94
94
 
95
95
/** Number tag: a string describing the version.
115
115
 * When rolling a tarball, we automatically replace it with what we
116
116
 * guess to be the correct revision number.
117
117
 */
118
 
#define SVN_VER_REVISION   1038135
 
118
#define SVN_VER_REVISION   1073529
119
119
 
120
120
 
121
121
/* Version strings composed from the above definitions. */