Skip to content

Commit 46ff6ba

Browse files
committed
smooth release 0.9.7.
1 parent 20b9e24 commit 46ff6ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.21 hh:mm - smooth alpha 0.9.7
3+
14.02.21 14:56 - smooth alpha 0.9.7
44

55
- backendcocoa.mm - added support for opening registered file types on macOS
66
- screenxlib.cpp - improved multi-monitor support for X11 based systems

include/smooth/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* The smooth Class Library
2-
* Copyright (C) 1998-2020 Robert Kausch <[email protected]>
2+
* Copyright (C) 1998-2021 Robert Kausch <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of "The Artistic License, Version 2.0".
@@ -15,10 +15,10 @@
1515
#define SMOOTH_APIVERSION "0.9.0"
1616

1717
#ifdef SMOOTH_DLL
18-
# define SMOOTH_RESVERS 0,9,7,5505
19-
# define SMOOTH_RESPROD 0,9,7,5505
18+
# define SMOOTH_RESVERS 0,9,7,5523
19+
# define SMOOTH_RESPROD 0,9,7,5523
2020
# define SMOOTH_PRODUCT "0.9\0"
21-
# define SMOOTH_FILEVER "0.9.7.5505\0"
21+
# define SMOOTH_FILEVER "0.9.7.5523\0"
2222
#endif
2323

2424
#endif

0 commit comments

Comments
 (0)