Skip to content

Commit 96669cc

Browse files
author
JSKitty
committed
GUI Changes
Version bump to v1.1.1 ZENZO Chan appears as a helper on the first-run data storage dialog, copyrights double-checked, "-zerocoin" command added to command-line menu. A couple other changes happened, but due to Github Desktop being an ass, I can't track them easily.
1 parent f069e47 commit 96669cc

File tree

1,365 files changed

+198131
-1565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,365 files changed

+198131
-1565
lines changed

CONTRIBUTING.md

100755100644
File mode changed.

COPYING

100755100644
File mode changed.

INSTALL

100755100644
File mode changed.

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ CLIENT_VERSION_BUILD = 0
278278
CLIENT_VERSION_IS_RELEASE = true
279279
CLIENT_VERSION_MAJOR = 1
280280
CLIENT_VERSION_MINOR = 1
281-
CLIENT_VERSION_REVISION = 0
281+
CLIENT_VERSION_REVISION = 1
282282
COMPARISON_TOOL_REORG_TESTS = 0
283283
COPYRIGHT_YEAR = 2019
284284
CPP = gcc -E
@@ -361,10 +361,10 @@ OTOOL64 =
361361
PACKAGE = zenzo
362362
PACKAGE_BUGREPORT = www.zenzo.io
363363
PACKAGE_NAME = Zenzo Core
364-
PACKAGE_STRING = Zenzo Core 1.1.0
364+
PACKAGE_STRING = Zenzo Core 1.1.1
365365
PACKAGE_TARNAME = zenzo
366366
PACKAGE_URL =
367-
PACKAGE_VERSION = 1.1.0
367+
PACKAGE_VERSION = 1.1.1
368368
PATH_SEPARATOR = :
369369
PKG_CONFIG = /usr/bin/pkg-config
370370
PKG_CONFIG_LIBDIR =
@@ -415,7 +415,7 @@ TIFFCP =
415415
UIC = /usr/lib/x86_64-linux-gnu/qt5/bin/uic
416416
USE_QRCODE =
417417
USE_UPNP =
418-
VERSION = 1.1.0
418+
VERSION = 1.1.1
419419
WINDOWS_BITS =
420420
WINDRES =
421421
X11XCB_CFLAGS =

Makefile.am

100755100644
File mode changed.

README.md

100755100644
File mode changed.

Zenzo_Install_Instructions.md

100755100644
File mode changed.

autogen.sh

100755100644
File mode changed.

build-aux/m4/ax_boost_base.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_chrono.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_filesystem.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_program_options.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_system.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_thread.m4

100755100644
File mode changed.

build-aux/m4/ax_boost_unit_test_framework.m4

100755100644
File mode changed.

build-aux/m4/ax_check_compile_flag.m4

100755100644
File mode changed.

build-aux/m4/ax_check_link_flag.m4

100755100644
File mode changed.

build-aux/m4/ax_check_preproc_flag.m4

100755100644
File mode changed.

build-aux/m4/ax_cxx_compile_stdcxx.m4

100755100644
File mode changed.

build-aux/m4/ax_gcc_func_attribute.m4

100755100644
File mode changed.

build-aux/m4/ax_pthread.m4

100755100644
File mode changed.

build-aux/m4/bitcoin_find_bdb48.m4

100755100644
File mode changed.

build-aux/m4/bitcoin_qt.m4

100755100644
File mode changed.

build-aux/m4/bitcoin_subdir_to_include.m4

100755100644
File mode changed.

0 commit comments

Comments
 (0)