Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
zxing-cpp / usr / local / include / ZXing / ZXVersion.h
Size: Mime:
/*
* Copyright 2019 Nu-book Inc.
* Copyright 2023 Axel Waggershauser
*/
// SPDX-License-Identifier: Apache-2.0

#pragma once

// Version numbering
#define ZXING_VERSION_MAJOR 2
#define ZXING_VERSION_MINOR 2
#define ZXING_VERSION_PATCH 0

namespace ZXing {

constexpr const char* ZXING_VERSION_STR = "2.2.0";

}