~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to glib/pcre/pcre.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
/* The current PCRE version information. */
43
43
 
44
44
#define PCRE_MAJOR          7
45
 
 
46
 
#define PCRE_MINOR          6
 
45
#define PCRE_MINOR          7
47
46
#define PCRE_PRERELEASE     
48
 
#define PCRE_DATE           2008-01-28
 
47
#define PCRE_DATE           2008-05-07
49
48
 
50
49
/* When an application links to a PCRE DLL in Windows, the symbols that are
51
50
imported have to be identified as such. When building PCRE, the appropriate
125
124
#define PCRE_NEWLINE_ANYCRLF    0x00500000
126
125
#define PCRE_BSR_ANYCRLF        0x00800000
127
126
#define PCRE_BSR_UNICODE        0x01000000
 
127
#define PCRE_JAVASCRIPT_COMPAT  0x02000000
128
128
 
129
129
/* Exec-time and get/set-time error codes */
130
130