Skip to content

Commit d54f831

Browse files
committed
1. update version 0.2.0.0
1 parent 3883b69 commit d54f831

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

include/RI/version.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// ===================
2+
// Author: Peize Lin
3+
// date: 2024.09.06
4+
// ===================
5+
6+
#pragma once
7+
8+
#define __LIBRI_VERSION_MAJOR 2
9+
#define __LIBRI_VERSION_MINOR 0
10+
#define __LIBRI_VERSION_PATCH 0
11+
12+
#define __LIBRI_VERSION ( __LIBRI_VERSION_MAJOR * 10000 \
13+
+ __LIBRI_VERSION_MINOR * 100 \
14+
+ __LIBRI_VERSION_PATCH)

0 commit comments

Comments
 (0)