Files
openlan/core/version.h
2022-08-17 23:27:53 +08:00

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 */