mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] version -> VERSION
This commit is contained in:
parent
a87c959e99
commit
34d1adbf8c
@ -936,7 +936,7 @@
|
||||
|
||||
|
||||
/* Package version */
|
||||
#define VERSION "@version@"
|
||||
#define VERSION "@VERSION@"
|
||||
|
||||
/* Define if you have XFree under OS/2 */
|
||||
#undef X2
|
||||
|
@ -8,7 +8,7 @@ dirty = run_command(srcdir + '/git-dirty.sh').stdout().strip()
|
||||
add_global_arguments('-DBUILD_ID="' + txt + dirty + '"', language : 'c')
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('version', '0.14.GIT')
|
||||
conf_data.set('VERSION', '0.14.GIT')
|
||||
conf_data.set('PACKAGE', 'elinks')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user