Sha256: 991203ec2e0de84be5585561b78295b79395d7e94f569f48504d1513c67a5843

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents

/**
 * @file version.h
 *
 * The version of the Prism library.
 */
#ifndef PRISM_VERSION_H
#define PRISM_VERSION_H

/**
 * The major version of the Prism library as an int.
 */
#define PRISM_VERSION_MAJOR 0

/**
 * The minor version of the Prism library as an int.
 */
#define PRISM_VERSION_MINOR 28

/**
 * The patch version of the Prism library as an int.
 */
#define PRISM_VERSION_PATCH 0

/**
 * The version of the Prism library as a constant string.
 */
#define PRISM_VERSION "0.28.0"

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prism-0.28.0 include/prism/version.h