Skip to content

Commit

Permalink
Stress that 1.0.3 is a standard release
Browse files Browse the repository at this point in the history
10.0.3 is a standard release based on the `release` stable branch.
A new release which contains the implement UAHF/BUIP055 specification
will be provided in the next few days.
  • Loading branch information
sickpig committed Jul 18, 2017
1 parent f8dc06c commit 4b37f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,10 @@
"subtitle": "The Bitcoin Unlimited project maintains an enhanced version of the Bitcoin Core \"Satoshi\" client.",
"latest": {
"title": "Latest Release",
"download": "Download the latest release of Bitcoin Unlimited",
"download": "Download the latest standard release of Bitcoin Unlimited",
"version": "v1.0.3.0",
"date": "July 18, 2017",
"notes": "this is a standard release, a new one that will implement UAHF/BUIP055 specification will be provided in the next few days",
},
"windows": "Windows",
"linux": "Linux",
Expand Down
2 changes: 1 addition & 1 deletion src/public/views/components/download/official-release.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class OfficialRelease extends React.Component {
var latestVersion = "1.0.3.0";
return (
<div className='lh-copy py1'>
<p>{ strings().download.latest.download } ({latestVersion}, {strings().download.latest.date}):</p>
<p>{ strings().download.latest.download } ({latestVersion}, {strings().download.latest.date})<br /> <i>({ strings().download.latest.notes }</i>):</p>

<Release
osx64={'/downloads/bitcoinUnlimited-' + latestVersion + '-osx64.tar.gz'}
Expand Down
2 changes: 1 addition & 1 deletion src/public/views/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Header extends React.Component {
//return
return (
<div className='inline-block'>
<p> BU 1.0.3 has been just released, plese fetch it from the download section</p>
<p> BU standard version 1.0.3 has just been released, please fetch it from the download section</p>
</div>
)
}
Expand Down

0 comments on commit 4b37f98

Please sign in to comment.