Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed May 9, 2024
1 parent 4b7b176 commit e7e2408
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 e7e2408

Please sign in to comment.