mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
make compile
This commit is contained in:
parent
ae1c762f3e
commit
3ccfcc2b35
@ -11,9 +11,9 @@ using MachineSystem = import "machinesystem.capnp".MachineSystem;
|
||||
using UserSystem = import "usersystem.capnp".UserSystem;
|
||||
using PermissionSystem = import "permissionsystem.capnp".PermissionSystem;
|
||||
|
||||
const API_VERSION_MAJOR :Int32 = 0;
|
||||
const API_VERSION_MINOR :Int32 = 3;
|
||||
const API_VERSION_PATCH :Int32 = 0;
|
||||
const apiVersionMajor :Int32 = 0;
|
||||
const apiVersionMinor :Int32 = 3;
|
||||
const apiVersionPatch :Int32 = 0;
|
||||
|
||||
struct Version
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user