Skip to content

Commit bd299fa

Browse files
committed
1. update version 0.2.1.0
1 parent b9b2c6f commit bd299fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/RI/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#pragma once
77

88
#define __LIBRI_VERSION_MAJOR 2
9-
#define __LIBRI_VERSION_MINOR 0
9+
#define __LIBRI_VERSION_MINOR 1
1010
#define __LIBRI_VERSION_PATCH 0
1111

1212
#define __LIBRI_VERSION ( __LIBRI_VERSION_MAJOR * 10000 \
1313
+ __LIBRI_VERSION_MINOR * 100 \
14-
+ __LIBRI_VERSION_PATCH)
14+
+ __LIBRI_VERSION_PATCH)

0 commit comments

Comments
 (0)