File: buildNumber.h

package info (click to toggle)
open-vm-tools 1%3A8.4.2-261024-1%2Bbuild1
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze-lts
  • size: 20,376 kB
  • ctags: 30,043
  • sloc: ansic: 164,785; sh: 10,713; cpp: 6,525; makefile: 3,386
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#define BUILD_NUMBER \
	"build-261024"
#define BUILD_NUMBER_NUMERIC \
	261024
#define BUILD_NUMBER_NUMERIC_STRING \
	"261024"
#define PRODUCT_BUILD_NUMBER \
	"product-build-12623"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
	12623
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
	"12623"