diff --git a/configure.ac b/configure.ac index c0a74473..f6b32cb4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 14) define(_CLIENT_VERSION_REVISION, 0) -define(_CLIENT_VERSION_BUILD, 3) +define(_CLIENT_VERSION_BUILD, 4) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2017) define(_COPYRIGHT_HOLDERS,[The %s developers]) diff --git a/src/clientversion.h b/src/clientversion.h index e8c7c1da..5618ea55 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -19,7 +19,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 14 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 3 +#define CLIENT_VERSION_BUILD 4 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/qt/res/images/bitsend_logo_horizontal.png b/src/qt/res/images/bitsend_logo_horizontal.png index f1ab97c0..8d588155 100644 Binary files a/src/qt/res/images/bitsend_logo_horizontal.png and b/src/qt/res/images/bitsend_logo_horizontal.png differ diff --git a/src/qt/res/images/segwit.png b/src/qt/res/images/segwit.png new file mode 100644 index 00000000..35e7caa4 Binary files /dev/null and b/src/qt/res/images/segwit.png differ diff --git a/src/qt/res/images/splash.png b/src/qt/res/images/splash.png index f145d15e..06aa8169 100644 Binary files a/src/qt/res/images/splash.png and b/src/qt/res/images/splash.png differ