cluck 1.0.1
The cluster lock service.
version.h
Go to the documentation of this file.
1// Copyright (c) 2016-2025 Made to Order Software Corp. All Rights Reserved
2//
3// This program is free software: you can redistribute it and/or modify
4// it under the terms of the GNU General Public License as published by
5// the Free Software Foundation, either version 3 of the License, or
6// (at your option) any later version.
7//
8// This program is distributed in the hope that it will be useful,
9// but WITHOUT ANY WARRANTY; without even the implied warranty of
10// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11// GNU General Public License for more details.
12//
13// You should have received a copy of the GNU General Public License
14// along with this program. If not, see <https://www.gnu.org/licenses/>.
15#pragma once
16
24#define CLUCK_VERSION_MAJOR 1
25#define CLUCK_VERSION_MINOR 0
26#define CLUCK_VERSION_PATCH 1
27#define CLUCK_VERSION_STRING "1.0.1"
28
29namespace cluck
30{
31
32
33
37char const * get_version_string();
38
39
40
41} // namespace cluck
42// vim: ts=4 sw=4 et
char const * get_version_string()
Get the full version of the library as a string.
Definition version.cpp:98
int get_major_version()
Get the major version of the library.
Definition version.cpp:53
int get_release_version()
Get the minor version of the library.
Definition version.cpp:66
int get_patch_version()
Get the patch version of the library.
Definition version.cpp:79

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.