~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/include/buildNumber.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

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