aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/ns_version.h
blob: 33a9cf3f5e813cc5021f51f788437f33e62f84fb (plain)
1
2
3
4
5
6
7
#pragma once
#ifndef NORTHSTAR_VERSION
// Turning off clang-format here so it doesn't mess with style as it needs to be this way for regex-ing with CI
// clang-format off
#define NORTHSTAR_VERSION 0,0,0,1
// clang-format on
#endif