mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
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:
parent
db3383ff67
commit
016b4a7244
2
pkg/urbit/configure
vendored
2
pkg/urbit/configure
vendored
@ -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
1
pkg/urbit/version
Normal file
@ -0,0 +1 @@
|
||||
0.10.9-rc1
|
Loading…
Reference in New Issue
Block a user