option.c: fixed warnings
[k8jam.git] / src / patchlevel.h
blob87c181cff24fc83d113f241de25e6cae19f28279
1 /* Keep JAMVERSYM in sync with VERSION. */
2 /* It can be accessed as $(K8_JAMVERSION) in the Jamfile. */
4 #define VERSION "2.6.1"
5 #define JAMVERSYM "K8_JAMVERSION=2.6.1"
6 #define JAMVERSYM_HI "K8_JAMVERSION_HI=2"
7 #define JAMVERSYM_MID "K8_JAMVERSION_MID=6"
8 #define JAMVERSYM_LO "K8_JAMVERSION_LO=1"