mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +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 UserSystem = import "usersystem.capnp".UserSystem;
|
||||||
using PermissionSystem = import "permissionsystem.capnp".PermissionSystem;
|
using PermissionSystem = import "permissionsystem.capnp".PermissionSystem;
|
||||||
|
|
||||||
const API_VERSION_MAJOR :Int32 = 0;
|
const apiVersionMajor :Int32 = 0;
|
||||||
const API_VERSION_MINOR :Int32 = 3;
|
const apiVersionMinor :Int32 = 3;
|
||||||
const API_VERSION_PATCH :Int32 = 0;
|
const apiVersionPatch :Int32 = 0;
|
||||||
|
|
||||||
struct Version
|
struct Version
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user