All pastes #2095067 Raw Edit

Someone

public text v1 · immutable
#2095067 ·published 2011-11-23 20:54 UTC
rendered paste body
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */

/*
 * Do NOT include this file directly, but include the wrapper instead.
 * This prevents wastefull recompiling.
 */

#ifndef VERSION_GENERATED_H
#define VERSION_GENERATED_H

/// examples: "83.0" "83.0.1-13-g1234567 develop"
static const char* SPRING_VERSION_ENGINE            = "84.0-0-g3701052 --abbrev-ref
3701052c79c77b19571acc1afbfc275a67ff827c";

/// examples: "83"
static const char* SPRING_VERSION_ENGINE_MAJOR      = "";

/// examples: "0"
static const char* SPRING_VERSION_ENGINE_PATCH_SET  = "";

/// examples: "13"
static const char* SPRING_VERSION_ENGINE_COMMITS    = "";

/// examples: "1234567"
static const char* SPRING_VERSION_ENGINE_HASH       = "";

/// examples: "develop"
static const char* SPRING_VERSION_ENGINE_BRANCH     = "";

/// examples: "what a splendid day, isn't it?"
static const char* SPRING_VERSION_ENGINE_ADDITIONAL = "";

#endif // VERSION_GENERATED_H