TheGaborator/gaborator/version.h
2023-10-15 16:42:31 +02:00

16 lines
365 B
C

//
// Version number
//
// Copyright (C) 2015-2023 Andreas Gustafsson. This file is part of
// the Gaborator library source distribution. See the file LICENSE at
// the top level of the distribution for license information.
//
#ifndef _GABORATOR_VERSION_H
#define _GABORATOR_VERSION_H
#define GABORATOR_VERSION_MAJOR 2
#define GABORATOR_VERSION_MINOR 0
#endif