~n-muench/ubuntu/maverick/open-vm-tools/open-vm-tools.fix-632101

« back to all changes in this revision

Viewing changes to lib/include/buildNumber.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#define BUILD_NUMBER \
2
 
        "build-179896"
 
2
        "build-201664"
3
3
#define BUILD_NUMBER_NUMERIC \
4
 
        179896
 
4
        201664
5
5
#define BUILD_NUMBER_NUMERIC_STRING \
6
 
        "179896"
 
6
        "201664"
7
7
#define PRODUCT_BUILD_NUMBER \
8
 
        "product-build-620"
 
8
        "product-build-14317"
9
9
#define PRODUCT_BUILD_NUMBER_NUMERIC \
10
 
        620
 
10
        14317
11
11
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
12
 
        "620"
 
12
        "14317"