~ubuntu-branches/ubuntu/gutsy/php5/gutsy-security

« back to all changes in this revision

Viewing changes to main/php_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-06-11 20:32:54 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611203254-b4k8nggrm5vxul1j
Tags: 5.2.3-1ubuntu1
* Merge from debian unstable, remaining changes:
 - debian/changelog: Add some missing CVEs.
 - debian/control: DebianMaintainerField
 - debian/control, debian/rules: Disable a few build dependencies and
   accompanying binary packages which we do not want to support in main:
   + firebird2-dev/php5-interbase (we have a separate php-interbase source)
   + libc-client-dev/php5-imap (we have a separate php-imap source)
   + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* edit configure.in to change version number */
3
3
#define PHP_MAJOR_VERSION 5
4
4
#define PHP_MINOR_VERSION 2
5
 
#define PHP_RELEASE_VERSION 2
 
5
#define PHP_RELEASE_VERSION 3
6
6
#define PHP_EXTRA_VERSION ""
7
 
#define PHP_VERSION "5.2.2"
8
 
#define PHP_VERSION_ID 50202
 
7
#define PHP_VERSION "5.2.3"
 
8
#define PHP_VERSION_ID 50203