aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
blob: 39f4a917aaae1207b6ebebf1ebc0b165b3a29d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ==========================================================================
    Licensed under BSD 2clause license. See LICENSE file for more information
    Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
   ========================================================================== */

#ifndef MEMPERF_VERSION_H
#define MEMPERF_VERSION_H 1

#define VERSION "0.1.0"

#define APP_VERSION "memperf version v"VERSION

#endif