/* * Copyright (c) 2021-2022 OpenLAN Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * */ #ifndef OPENUDP_VERSION_H #define OPENUDP_VERSION_H 1 #define CORE_PACKAGE_STRING "opencore 22.09.10" #define CORE_PACKAGE_VERSION "22.09.10" #define CORE_LIB_VERSION 0 #define CORE_LIB_REVISION 0 #define CORE_LIB_AGE 0 #endif /* version.h */