DYT/Tool/OpenSceneGraph-3.6.5/include/OpenEXR/openexr_version.h

16 lines
425 B
C
Raw Normal View History

2024-12-24 23:49:36 +00:00
//
// 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