aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-03 21:17:04 +1100
committerallusive-dev <[email protected]>2023-11-03 21:17:04 +1100
commitce0794c9dea66afe2b7882c22615d917abc6caf2 (patch)
tree5a75e8b4168609c4c7b07215cc4f2f0a309c4b21
parentback (diff)
downloadcompfy-ce0794c9dea66afe2b7882c22615d917abc6caf2.tar.xz
compfy-ce0794c9dea66afe2b7882c22615d917abc6caf2.zip
update version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a294708..8a61608 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ git = find_program('git', required: false)
if git.found()
gitv = run_command('git', 'rev-parse', '--short=5', 'HEAD', check: false)
if gitv.returncode() == 0
- version = 'vgit-'+gitv.stdout().strip()
+ version = version
endif
endif