We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262a615 commit 5964710Copy full SHA for 5964710
Builds/rpm/rippled.spec
@@ -1,5 +1,5 @@
1
Name: rippled
2
-Version: 0.29.0-rc6
+Version: 0.29.0
3
Release: 1%{?dist}
4
Summary: Ripple peer-to-peer network daemon
5
src/ripple/protocol/impl/BuildInfo.cpp
@@ -35,7 +35,7 @@ char const* getRawVersionString ()
35
//
36
// The build version number (edit this for each release)
37
38
- "0.29.0-rc6"
+ "0.29.0"
39
40
// Must follow the format described here:
41
0 commit comments