~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/patchlevel.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 * will be incremented, and KRB5_RELTAIL will revert to "prerelease".
38
38
 *
39
39
 * KRB5_RELTAG contains the CVS tag name corresponding to the release.
40
 
#define KRB5_RELDATE "20051116"
 
40
 * KRB5_RELDATE identifies the date of the release.  They should
41
41
 * normally be undefined for checked-in code.
42
42
 */
43
43
 
52
52
 */
53
53
#define KRB5_MAJOR_RELEASE 1
54
54
#define KRB5_MINOR_RELEASE 4
55
 
#define KRB5_PATCHLEVEL 3
 
55
#define KRB5_PATCHLEVEL 4
56
56
/* #undef KRB5_RELTAIL */
57
 
#define KRB5_RELDATE "20051116"
58
 
#define KRB5_RELTAG "krb5-1-4-3-final"
 
57
#define KRB5_RELDATE "20060823"
 
58
#define KRB5_RELTAG "tags/krb5-1-4-4-final"