config.hpp.in 360 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/**
 *  @file
 *  @copyright defined in eos/LICENSE.txt
 *
 * \warning This file is machine generated. DO NOT EDIT.  See config.hpp.in for changes.
 */
#pragma once

#ifndef CONFIG_HPP_IN
#define CONFIG_HPP_IN

namespace eosio { namespace launcher { namespace config {
  constexpr char version_str[] = "${launcher_BUILD_VERSION}";
}}}

#endif // CONFIG_HPP_IN