Skip to content

Commit d8b9246

Browse files
committed
fixed min version in version.hpp
1 parent ba1a797 commit d8b9246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slscore/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define _SLS_VERSION_HPP_
2626

2727
#define SLS_MAJOR_VERSION "1"
28-
#define SLS_MIN_VERSION "6"
28+
#define SLS_MIN_VERSION "5"
2929
#define SLS_TEST_VERSION "0"
3030

3131
#endif // _SLS_VERSION_HPP_

0 commit comments

Comments
 (0)