mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Rename git version to simply version
This commit is contained in:
parent
c49faa7337
commit
b8135ea639
6 changed files with 15 additions and 15 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Generate git version header
|
||||
git_version_h = vcs_tag(command : ['git', 'describe', '--tags', '--always', '--dirty'],
|
||||
input : 'git-version.h.in',
|
||||
output :'git-version.h',
|
||||
replace_string:'@GIT_VERSION@')
|
||||
# Generate version header
|
||||
version_h = vcs_tag(command : ['git', 'describe', '--tags', '--always', '--dirty'],
|
||||
input : 'version.h.in',
|
||||
output :'version.h',
|
||||
replace_string:'@VERSION@')
|
||||
|
||||
config_h = configuration_data()
|
||||
config_h.set('BAUDRATE_CASES', baudrate_cases)
|
||||
|
|
@ -27,7 +27,7 @@ tio_sources = [
|
|||
'script.c',
|
||||
'fs.c',
|
||||
'readline.c',
|
||||
git_version_h
|
||||
version_h
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue