Skip to content

Commit

Permalink
add version (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Apr 29, 2024
1 parent 4880f21 commit d2f6d0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/cinatra/version.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#pragma once

// Note: Update the version when release a new version.

// CINATRA_VERSION % 100 is the sub-minor version
// CINATRA_VERSION / 100 % 1000 is the minor version
// CINATRA_VERSION / 100000 is the major version
#define CINATRA_VERSION 901 // 0.9.1

0 comments on commit d2f6d0b

Please sign in to comment.