~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.march-merge

« back to all changes in this revision

Viewing changes to lib/include/buildNumber.h

  • Committer: Nate Muench
  • Date: 2012-03-22 17:50:13 UTC
  • mfrom: (1.4.7)
  • Revision ID: nowiwilldestroyabydos@gmail.com-20120322175013-0jh30wfk7ut20rdj
Tags: 2012.03.13-651368-0ubuntu1
* Merge latest upstream git tag.
* debian/rules: Removed glib2.0 compatibility CFLAG.
  - Packaging can now build without it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#define BUILD_NUMBER \
2
 
        "build-562307"
 
2
        "build-651368"
3
3
#define BUILD_NUMBER_NUMERIC \
4
 
        562307
 
4
        651368
5
5
#define BUILD_NUMBER_NUMERIC_STRING \
6
 
        "562307"
 
6
        "651368"
7
7
#define PRODUCT_BUILD_NUMBER \
8
 
        "product-build-9882"
 
8
        "product-build-11836"
9
9
#define PRODUCT_BUILD_NUMBER_NUMERIC \
10
 
        9882
 
10
        11836
11
11
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
12
 
        "9882"
 
12
        "11836"