~ubuntu-branches/ubuntu/raring/firebird2.5/raring-proposed

« back to all changes in this revision

Viewing changes to src/jrd/build_no.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-09-24 14:12:19 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110924141219-pkxk7486f3d8ut9f
Tags: 2.5.1.26349-0~rc1.ds4-5
* Medium urgency for fixing a serious bug in testing

* Import a patch from upstream SVN fixing problems in poll() usage when
  process receives signals like SIGALRM.
  Closes: #642555 -- segfault in the remote interface when using alarm() in
  the client program

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
               *** DO NOT EDIT ***
4
4
  TO CHANGE ANY INFORMATION IN HERE PLEASE
5
5
  EDIT src/misc/writeBuildNum.sh
6
 
  FORMAL BUILD NUMBER:26074
 
6
  FORMAL BUILD NUMBER:26349
7
7
*/
8
8
 
9
 
#define PRODUCT_VER_STRING "2.5.0.26074"
10
 
#define FILE_VER_STRING "WI-V2.5.0.26074"
11
 
#define LICENSE_VER_STRING "WI-V2.5.0.26074"
12
 
#define FILE_VER_NUMBER 2, 5, 0, 26074
 
9
#define PRODUCT_VER_STRING "2.5.1.26349"
 
10
#define FILE_VER_STRING "WI-V2.5.1.26349"
 
11
#define LICENSE_VER_STRING "WI-V2.5.1.26349"
 
12
#define FILE_VER_NUMBER 2, 5, 1, 26349
13
13
#define FB_MAJOR_VER "2"
14
14
#define FB_MINOR_VER "5"
15
 
#define FB_REV_NO "0"
16
 
#define FB_BUILD_NO "26074"
 
15
#define FB_REV_NO "1"
 
16
#define FB_BUILD_NO "26349"
17
17
#define FB_BUILD_TYPE "V"
18
18
#define FB_BUILD_SUFFIX "Firebird 2.5"