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 1b7ef3f commit cf86190Copy full SHA for cf86190
ChangeLog
@@ -1,6 +1,6 @@
1
ChangeLog for smooth
2
3
-dd.mm.yy hh:mm - smooth alpha 0.9.1
+12.01.20 17:52 - smooth alpha 0.9.1
4
5
- backendwin32.cpp - added support for Windows 10 accent colors
6
- driver_ansi.cpp - fixed switching between read and write mode
include/smooth/version.h
@@ -15,10 +15,10 @@
15
#define SMOOTH_APIVERSION "0.9.0"
16
17
#ifdef SMOOTH_DLL
18
-# define SMOOTH_RESVERS 0,9,1,5149
19
-# define SMOOTH_RESPROD 0,9,1,5149
+# define SMOOTH_RESVERS 0,9,1,5184
+# define SMOOTH_RESPROD 0,9,1,5184
20
# define SMOOTH_PRODUCT "0.9\0"
21
-# define SMOOTH_FILEVER "0.9.1.5149\0"
+# define SMOOTH_FILEVER "0.9.1.5184\0"
22
#endif
23
24
0 commit comments