Skip to content

Commit

Permalink
Merge pull request #14 from Rumhocker/master
Browse files Browse the repository at this point in the history
Version 1.3.1
  • Loading branch information
emarkproject committed Oct 9, 2015
2 parents 1dea5ef + 68ce2c6 commit afeb498
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and eMark-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
Expand Down
14 changes: 7 additions & 7 deletions src/qt/locale/bitcoin_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ This product includes software developed by the OpenSSL Project for use in the O
<translation>
Weitere Informationen unter &lt;a href=&quot;http://www.deutsche-eMark.org&quot;&gt;http://www.deutsche-eMark.org&lt;/a&gt;

Veröffentlicht unter der MIT/X11 software Lizens, Infos unter &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/a&gt;.
Veröffentlicht unter der MIT/X11 Software Lizens, Infos unter &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/a&gt;.

Dieses Produkt enthält Software, enteickelt vom OpenSSL Project für das OpenSSL Toolkit (&lt;a href=&quot;https://www.openssl.org/&quot;&gt;https://www.openssl.org/&lt;/a&gt;) und software geschrieben von Eric Young (&lt;a href=&quot;mailto:eay@cryptsoft.com&quot;&gt;eay@cryptsoft.com&lt;/a&gt;) und UPnPSoftware geschreiben von Thomas Bernard.</translation>
Dieses Produkt enthält Software, entwickelt vom OpenSSL Project für das OpenSSL Toolkit (&lt;a href=&quot;https://www.openssl.org/&quot;&gt;https://www.openssl.org/&lt;/a&gt;) und software geschrieben von Eric Young (&lt;a href=&quot;mailto:eay@cryptsoft.com&quot;&gt;eay@cryptsoft.com&lt;/a&gt;) und UPnPSoftware geschreiben von Thomas Bernard.</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -251,7 +251,7 @@ Dieses Produkt enthält Software, enteickelt vom OpenSSL Project für das OpenSS
<name>BitcoinGUI</name>
<message>
<source>A fatal error occurred. eMark can no longer continue safely and will quit.</source>
<translation>Ein fataler Fehler ist aufgetreten. eMark kann nicht fortgesetzt werden und wird beendet.</translation>
<translation>Ein fataler Fehler ist aufgetreten. eMark kann nicht fortgesetzt werden. Läuft bereits eine Instanz?.</translation>
</message>
<message>
<source>Deutsche eMark</source>
Expand Down Expand Up @@ -311,7 +311,7 @@ Dieses Produkt enthält Software, enteickelt vom OpenSSL Project für das OpenSS
</message>
<message>
<source>&amp;About Deutsche eMark</source>
<translation>über Deutsche eMark</translation>
<translation>über die Deutsche eMark</translation>
</message>
<message>
<source>Show information about eMark</source>
Expand Down Expand Up @@ -591,7 +591,7 @@ Adresse: %4</translation>
</message>
<message>
<source>Not staking because wallet is offline</source>
<translation>Es werden keine Zinsen werden erzeugt, da die Brieftasche gesperrt ist</translation>
<translation>Es werden keine Zinsen erzeugt, da die Brieftasche gesperrt ist</translation>
</message>
<message>
<source>Not staking because wallet is syncing</source>
Expand Down Expand Up @@ -942,7 +942,7 @@ Das bedeutet, dass eine Gebühr von %2 benötigt wird.
</message>
<message>
<source>Reserved amount does not participate in staking and is therefore spendable at any time.</source>
<translation>Zurückgehaltener Betrag der nicht zur Zinserzeugung genutzt wird und daher jederzeit zum Ausgeben bereitstehen.</translation>
<translation>Zurückgehaltener Betrag der nicht zur Zinserzeugung genutzt wird und daher jederzeit zum ausgeben bereitstehen.</translation>
</message>
<message>
<source>Reserve</source>
Expand Down Expand Up @@ -1517,7 +1517,7 @@ Das bedeutet, dass eine Gebühr von %2 benötigt wird.
</message>
<message>
<source>&lt;b&gt;%1&lt;/b&gt; to %2 (%3)</source>
<translation>&lt;b&gt;%1&lt;/b&gt; to %2 (%3)</translation>
<translation>&lt;b&gt;%1&lt;/b&gt; an %2 (%3)</translation>
</message>
<message>
<source>Confirm send coins</source>
Expand Down
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "version.h"

// Name of client reported in the 'version' message. Report the same name
// for both eMarkd and eMark-qt, to make it harder for attackers to
// for both eMarkd and eMark-qt, to make it harder for attackers to
// target servers or GUI users specifically.
const std::string CLIENT_NAME("eMark");

Expand Down Expand Up @@ -37,7 +37,7 @@ const std::string CLIENT_NAME("eMark");
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID ""
# define GIT_COMMIT_DATE "$Format:%cD"
# define GIT_COMMIT_DATE "09.10.2015"
#endif

#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 60008;
static const int PROTOCOL_VERSION = 60009;

// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit afeb498

Please sign in to comment.