Add Qt mining controls and update Agrarian copyrights

This commit is contained in:
root
2026-05-02 14:35:54 +00:00
parent 9b110d5523
commit 6821fadc3d
41 changed files with 164 additions and 41 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
dnl Copyright (c) 2026 Agrarian Developers
dnl Copyright (c) 2022-2036 Agrarian Developers
dnl Distributed under the MIT/X11 software license, see the accompanying
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -9,7 +9,7 @@ define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2026)
define(_COPYRIGHT_YEAR, 2036)
AC_INIT([Agrarian Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.agrarian.org],[agrarian])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/agrarian-config.h])