mirror of
https://github.com/luscis/openlan.git
synced 2025-10-21 16:10:05 +08:00
21 lines
499 B
C
21 lines
499 B
C
/*
|
|
* 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 5.10.5"
|
|
#define CORE_PACKAGE_VERSION "5.10.5"
|
|
|
|
#define CORE_LIB_VERSION 0
|
|
#define CORE_LIB_REVISION 0
|
|
#define CORE_LIB_AGE 0
|
|
|
|
#endif /* version.h */
|