Program Listing for File version.h

Return to documentation for file (include/miral/miral/version.h)

/*
 * Copyright © Canonical Ltd.
 *
 * This program is free software: you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 or 3 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

#ifndef MIRAL_VERSION_H_
#define MIRAL_VERSION_H_

#include "mir_toolkit/mir_version_number.h"

// =========================================================================================
// ==>  miral/version.h is generated by cmake.  DO NOT EDIT! (edit version.h.in instead) <==
// =========================================================================================

#define MIRAL_MAJOR_VERSION (5)

#define MIRAL_MINOR_VERSION (1)

#define MIRAL_MICRO_VERSION (0)

#define MIRAL_VERSION \
    MIR_VERSION_NUMBER(MIRAL_MAJOR_VERSION, \
                       MIRAL_MINOR_VERSION, \
                       MIRAL_MICRO_VERSION)

#endif /* MIRAL_VERSION_H_ */