Skip to content

Commit

Permalink
Merge pull request #161 from qicosmos/add_version1
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored May 9, 2024
2 parents 4b7b176 + e7e2408 commit 21d0698
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ormpp/version.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21d0698

Please sign in to comment.