mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +00:00
Bump version to 2.4.0
This commit is contained in:
parent
bbac1957aa
commit
d566c7a381
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.18)
|
cmake_minimum_required(VERSION 3.18)
|
||||||
|
|
||||||
project(feather
|
project(feather
|
||||||
VERSION "2.3.0"
|
VERSION "2.4.0"
|
||||||
DESCRIPTION "A free Monero desktop wallet"
|
DESCRIPTION "A free Monero desktop wallet"
|
||||||
LANGUAGES CXX C ASM
|
LANGUAGES CXX C ASM
|
||||||
)
|
)
|
||||||
|
|
|
@ -231,7 +231,7 @@ host_to_commonname() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
SOURCE_DATE_EPOCH="1675093785"
|
SOURCE_DATE_EPOCH="1676215618"
|
||||||
|
|
||||||
# Precious directories are those which should not be cleaned between successive
|
# Precious directories are those which should not be cleaned between successive
|
||||||
# guix builds
|
# guix builds
|
||||||
|
|
Loading…
Reference in a new issue