Skip to content

Commit

Permalink
0.3.1 version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasus.cadence@gmail.com committed Nov 8, 2024
1 parent 8e3fa34 commit b34c061
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/include/rangex_lib.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#pragma once

// __rangex_version__ 0.3.1
#define __rangex_major__ 0
#define __rangex_minor__ 3
#define __rangex_patchlevel__ 1
#define __rangex_version__ (__rangex_major__ * 10000 + __rangex_minor__ * 100 + __rangex_patchlevel__)

#include "cstdtype_helper.h"
using namespace ns_type_helper;

Expand Down

0 comments on commit b34c061

Please sign in to comment.