Skip to content

Commit

Permalink
Updated for release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed Mar 10, 2020
1 parent 08a1e71 commit c9af4a4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
35 changes: 35 additions & 0 deletions doc/release-notes/energi/release-notes-2.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Energi Core version 2.4.1 Release Notes
=======================================

This is a MANDATORY upgrade to end Energi Gen 2 blockchain.

Energi Core version 2.4.1 is now available from:

https://docs.energi.software/en/downloads/gen2-core-wallet

Please report bugs to Energi Support:

https://www.energi.world/contact-us/


How to Upgrade
--------------

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then depending on
your operation system:

* for Window run the installer
* for macos run the installer
* for Linux unpack to a separate folder and run from there

**NOTE**: version of Energi Core prior to v2.3.0 must not be used


v2.4.1 changelog
----------------

Major changes:

* FIXED: to process Gen 3 coin search in batches
* NEW: Gen 2 nailing checkpoints
2 changes: 1 addition & 1 deletion futoin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "energi",
"version": "2.4.0",
"version": "2.4.1",
"vcs": "git",
"tools": {
"make": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! These need to be macros, as clientversion.cpp's and energi*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 4
#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

0 comments on commit c9af4a4

Please sign in to comment.