mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
19aaa79362
There was a comma in compile_commands.json after the last entry what prevented from using file directly in some tools. Test plan: verified new compile_commands.json with "python3 -m json.tool compile_commands.json" Change-Id: I6c2582f7285a3409d95081a93f3c05b5cc9322b9 Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4671 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
6 lines
189 B
C
6 lines
189 B
C
/* Keep JAMVERSYM in sync with VERSION. */
|
|
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
|
|
|
|
#define VERSION "2.5-haiku-20211029"
|
|
#define JAMVERSYM "JAMVERSION=2.5-haiku-20211029"
|