Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #99
Browse files Browse the repository at this point in the history
d2c0908 Remove coreVersion + stat_uptime. Bump to 0.9.24. (anonimal)
  • Loading branch information
anonimal committed Jan 30, 2016
2 parents c346a73 + d2c0908 commit 5e826da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/core/RouterContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ void RouterContext::NewRouterInfo() {
i2p::data::RouterInfo::eReachable |
i2p::data::RouterInfo::eSSUTesting |
i2p::data::RouterInfo::eSSUIntroducer); // LR, BC
routerInfo.SetProperty("coreVersion", I2P_VERSION);
routerInfo.SetProperty("netId", "2");
routerInfo.SetProperty("router.version", I2P_VERSION);
routerInfo.SetProperty("stat_uptime", "90m");
routerInfo.CreateBuffer(m_Keys);
m_RouterInfo.Update(
routerInfo.GetBuffer(),
Expand Down
2 changes: 1 addition & 1 deletion src/core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

// Used by I2NP
// http://i2p-projekt.i2p/en/docs/spec/i2np
#define I2P_VERSION "0.9.23"
#define I2P_VERSION "0.9.24"

#endif // SRC_CORE_VERSION_H_

0 comments on commit 5e826da

Please sign in to comment.