Files
vpn/src/version.h
AlexandreRouma 4fc730ae06 initial commit
2026-03-14 22:18:46 -04:00

13 lines
180 B
C

#pragma once
#ifndef VERSION_MAJOR
#define VERSION_MAJOR 0
#endif
#ifndef VERSION_MINOR
#define VERSION_MINOR 0
#endif
#ifndef VERSION_BUILD
#define VERSION_BUILD 0
#endif