Compare commits

...

2 Commits

Author SHA1 Message Date
SikkieNL
fb2fca2ed8 Merge branch 'v0.12.x' of https://gitea.sikkiesnet.nl/neobytes-project/neobytes into v0.12.x
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s
2024-12-22 12:29:37 +01:00
SikkieNL
e9dfd78b63 modified: configure.ac 2024-12-22 12:29:23 +01:00

View File

@ -9,7 +9,7 @@ define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_NEOBYTES_YEAR, 2024)
AC_INIT([Neobytes Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/neobytes-project/neobytes/issues],[neobytes],[https//neobytes.network])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/-neobytesconfig.h])
AC_CONFIG_HEADERS([src/config/neobytes-config.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])