Skip to content

Commit

Permalink
Merge pull request #262 from qicosmos/add_version
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Apr 29, 2024
2 parents d38797a + 7c350c0 commit ae5bbbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iguana/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.

// IGUANA_VERSION % 100 is the sub-minor version
// IGUANA_VERSION / 100 % 1000 is the minor version
// IGUANA_VERSION / 100000 is the major version
#define IGUANA_VERSION 100004 // 1.0.4

0 comments on commit ae5bbbe

Please sign in to comment.