aboutsummaryrefslogtreecommitdiff
path: root/primedev/ns_version.h
blob: d30594fbd9f505356179e89a328dbdc47dde1a20 (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