vere: externalise version from configure script

This allows tooling such as ci expressions to easily inspect the
build's current version.
This commit is contained in:
Brendan Hay 2020-10-27 11:56:40 +01:00
parent db3383ff67
commit 016b4a7244
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D
2 changed files with 2 additions and 1 deletions

2
pkg/urbit/configure vendored
View File

@ -2,7 +2,7 @@
set -e
URBIT_VERSION="0.10.9-rc1"
URBIT_VERSION="$(cat ./version)"
deps=" \
curl gmp sigsegv argon2 ed25519 ent h2o scrypt uv murmur3 secp256k1 \

1
pkg/urbit/version Normal file
View File

@ -0,0 +1 @@
0.10.9-rc1