mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 01:22:51 +08:00
21 lines
503 B
C
21 lines
503 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 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 */
|