We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b2c6f commit bd299faCopy full SHA for bd299fa
include/RI/version.h
@@ -6,9 +6,9 @@
6
#pragma once
7
8
#define __LIBRI_VERSION_MAJOR 2
9
-#define __LIBRI_VERSION_MINOR 0
+#define __LIBRI_VERSION_MINOR 1
10
#define __LIBRI_VERSION_PATCH 0
11
12
#define __LIBRI_VERSION ( __LIBRI_VERSION_MAJOR * 10000 \
13
+ __LIBRI_VERSION_MINOR * 100 \
14
- + __LIBRI_VERSION_PATCH)
+ + __LIBRI_VERSION_PATCH)
0 commit comments