pika_version.h 458 字节
Newer Older
K
KernelMaker 已提交
1 2 3 4 5 6 7 8
// Copyright (c) 2015-present, Qihoo, Inc.  All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#ifndef INCLUDE_PIKA_VERSION_H_
#define INCLUDE_PIKA_VERSION_H_

A
Axlgrep 已提交
9 10
#define PIKA_MAJOR 3
#define PIKA_MINOR 0
A
Axlgrep 已提交
11
#define PIKA_PATCH 3
K
KernelMaker 已提交
12 13

#endif  // INCLUDE_PIKA_VERSION_H_