1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[meson] version -> VERSION

This commit is contained in:
Witold Filipczyk 2020-09-07 17:08:06 +02:00
parent a87c959e99
commit 34d1adbf8c
2 changed files with 2 additions and 2 deletions

View File

@ -936,7 +936,7 @@
/* Package version */
#define VERSION "@version@"
#define VERSION "@VERSION@"
/* Define if you have XFree under OS/2 */
#undef X2

View File

@ -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')