File: version.hpp.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 (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*******************************************************
 * 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_REVISION "@GIT_COMMIT_HASH@"
#define FG_CMPLR_STR "@FG_COMPILER_STRING@"