.. _program_listing_file_src_cpp_version.hpp: Program Listing for File version.hpp ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/cpp/version.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once namespace noLZSS { static constexpr int VERSION_MAJOR = 0; static constexpr int VERSION_MINOR = 2; static constexpr int VERSION_PATCH = 0; }