Metahuman_DNA_Calibration/dnacalib/DNACalib/include/dna/version/Version.h

9 lines
185 B
C
Raw Permalink Normal View History

2022-10-31 18:15:50 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#define DNA_MAJOR_VERSION 7
#define DNA_MINOR_VERSION 1
#define DNA_PATCH_VERSION 0
#define DNA_VERSION_STRING "7.1.0"