Skip to content

Commit 5f2f4ed

Browse files
committed
UPDATE: version
1 parent 4689bf8 commit 5f2f4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef __OMEGA_VERSION_
22
#define __OMEGA_VERSION_
33

4-
#define OMEGA_VERSION_MAJOR 16
4+
#define OMEGA_VERSION_MAJOR 15
55
#define OMEGA_VERSION_MINOR 0
6-
#define OMEGA_VERSION_REVISION 0
6+
#define OMEGA_VERSION_REVISION 1
77

88
#define _VSTH(v) #v
99
#define _VERSTR(v) _VSTH(v)

0 commit comments

Comments
 (0)