DYT/Tool/OpenSceneGraph-3.6.5/include/OpenEXR/openexr_version.h
2024-12-25 07:49:36 +08:00

16 lines
425 B
C

//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
//
// This is the OpenEXR library version information.
// ImfVersion.h contains version information about the file format.
#pragma once
#ifndef INCLUDED_OPENEXR_VERSION_H
# define INCLUDED_OPENEXR_VERSION_H
# define OPENEXR_VERSION_MAJOR 3
# define OPENEXR_VERSION_MINOR 3
# define OPENEXR_VERSION_PATCH 1
#endif