From e7e2408a3de5cff70a40e2c02c460bedf73267c5 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Mon, 29 Apr 2024 17:53:22 +0800 Subject: [PATCH] add version --- ormpp/version.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ormpp/version.hpp diff --git a/ormpp/version.hpp b/ormpp/version.hpp new file mode 100644 index 00000000..b3760160 --- /dev/null +++ b/ormpp/version.hpp @@ -0,0 +1,9 @@ +#pragma once +#pragma once + +// Note: Update the version when release a new version. + +// ORMPP_VERSION % 100 is the sub-minor version +// ORMPP_VERSION / 100 % 1000 is the minor version +// ORMPP_VERSION / 100000 is the major version +#define ORMPP_VERSION 12 // 0.1.2 \ No newline at end of file