@@ -30,7 +30,7 @@ else ()
3030 set ( libdir "\$ {exec_prefix}/lib" )
3131 set ( includedir "\$ {exec_prefix}/include" )
3232
33- set ( PACKAGE_VERSION "4.0 .0" )
33+ set ( PACKAGE_VERSION "3.7 .0" )
3434 set ( VERSION "${PACKAGE_VERSION} " )
3535endif ()
3636
@@ -60,6 +60,9 @@ add_compile_options( "-Wno-missing-braces" )
6060# Ignore comments within comments or commenting of backslash extended lines.
6161add_compile_options ( "-Wno-comment" )
6262
63+ # Suppress warning for copy of implicitly generated copy constructor.
64+ add_compile_options ( "-Wno-deprecated-copy" )
65+
6366# Allow use of C99 'long long' type.
6467add_compile_options ( "-Wno-long-long" )
6568
@@ -423,11 +426,6 @@ add_library( ${CANONICAL_LIB_NAME}
423426 "../../src/wallet/ek_token.cpp"
424427 "../../src/wallet/electrum.cpp"
425428 "../../src/wallet/electrum_dictionary.cpp"
426- "../../src/wallet/electrum_dictionary_en.cpp"
427- "../../src/wallet/electrum_dictionary_es.cpp"
428- "../../src/wallet/electrum_dictionary_ja.cpp"
429- "../../src/wallet/electrum_dictionary_pt.cpp"
430- "../../src/wallet/electrum_dictionary_zh_Hans.cpp"
431429 "../../src/wallet/encrypted_keys.cpp"
432430 "../../src/wallet/hd_private.cpp"
433431 "../../src/wallet/hd_public.cpp"
0 commit comments