Skip to content

Commit cf86190

Browse files
committed
smooth release 0.9.1.
1 parent 1b7ef3f commit cf86190

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ChangeLog for smooth
22

3-
dd.mm.yy hh:mm - smooth alpha 0.9.1
3+
12.01.20 17:52 - smooth alpha 0.9.1
44

55
- backendwin32.cpp - added support for Windows 10 accent colors
66
- driver_ansi.cpp - fixed switching between read and write mode

include/smooth/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#define SMOOTH_APIVERSION "0.9.0"
1616

1717
#ifdef SMOOTH_DLL
18-
# define SMOOTH_RESVERS 0,9,1,5149
19-
# define SMOOTH_RESPROD 0,9,1,5149
18+
# define SMOOTH_RESVERS 0,9,1,5184
19+
# define SMOOTH_RESPROD 0,9,1,5184
2020
# define SMOOTH_PRODUCT "0.9\0"
21-
# define SMOOTH_FILEVER "0.9.1.5149\0"
21+
# define SMOOTH_FILEVER "0.9.1.5184\0"
2222
#endif
2323

2424
#endif

0 commit comments

Comments
 (0)