c-gaborator/lib/gaborator/gaborator/version.h
2022-01-23 17:28:23 +01:00

16 lines
365 B
C

//
// Version number
//
// Copyright (C) 2015-2021 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 1
#define GABORATOR_VERSION_MINOR 7
#endif