Program Listing for File version.hpp

Return to documentation for file (src/cpp/version.hpp)

#pragma once

namespace noLZSS {
    static constexpr int VERSION_MAJOR = 0;
    static constexpr int VERSION_MINOR = 2;
    static constexpr int VERSION_PATCH = 0;
}