File: version.h.in

package info (click to toggle)
forge 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: cpp: 12,447; ansic: 319; xml: 182; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*******************************************************
 * Copyright (c) 2014, ArrayFire
 * All rights reserved.
 *
 * This file is distributed under 3-clause BSD license.
 * The complete license agreement can be obtained at:
 * http://arrayfire.com/licenses/BSD-3-Clause
 ********************************************************/

#pragma once

#define FG_VERSION "@FG_VERSION@"
#define FG_VERSION_MAJOR @FG_VERSION_MAJOR@
#define FG_VERSION_MINOR @FG_VERSION_MINOR@
#define FG_VERSION_PATCH @FG_VERSION_PATCH@
#define FG_API_VERSION_CURRENT   @FG_API_VERSION_CURRENT@