Sha256: fefebf537f61227949b0953a6974c6ff74dcc954762e280baa9dc95fbef282c5

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

/* Copyright (c) 2024 Julian Benda
 *
 * This file is part of inkCPP which is released under MIT license.
 * See file LICENSE.txt or go to
 * https://github.com/JBenda/inkcpp for full license details.
 */
#pragma once

#include "system.h"

namespace ink {
constexpr uint32_t InkBinVersion = 1;  ///< Supportet version of ink.bin files
constexpr uint32_t InkVersion    = 21; ///< Supported version of ink.json files
};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inkcpp_rb-0.1.3 ext/inkcpp_rb/inkcpp/shared/public/version.h
inkcpp_rb-0.1.2 ext/inkcpp_rb/inkcpp/shared/public/version.h
inkcpp_rb-0.1.1 ext/inkcpp_rb/inkcpp/shared/public/version.h
inkcpp_rb-0.1.0 ext/inkcpp_rb/inkcpp/shared/public/version.h