Skip to content

Commit

Permalink
smooth release 0.9.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 5, 2023
1 parent 003336d commit 3b43a43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ChangeLog for smooth

dd.mm.yy hh:mm - smooth alpha 0.9.10
05.03.23 15:38 - smooth alpha 0.9.10

- windowgdi.cpp - apply dark mode to top window edge too on Windows 10 and 11
- fontcairo.cpp - respect text scaling factor in addition to font size setting
Expand Down
8 changes: 4 additions & 4 deletions include/smooth/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* The smooth Class Library
* Copyright (C) 1998-2022 Robert Kausch <[email protected]>
* Copyright (C) 1998-2023 Robert Kausch <[email protected]>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of "The Artistic License, Version 2.0".
Expand All @@ -15,10 +15,10 @@
#define SMOOTH_APIVERSION "0.9.0"

#ifdef SMOOTH_DLL
# define SMOOTH_RESVERS 0,9,10,5606
# define SMOOTH_RESPROD 0,9,10,5606
# define SMOOTH_RESVERS 0,9,10,5690
# define SMOOTH_RESPROD 0,9,10,5690
# define SMOOTH_PRODUCT "0.9\0"
# define SMOOTH_FILEVER "0.9.10.5606\0"
# define SMOOTH_FILEVER "0.9.10.5690\0"
#endif

#endif

0 comments on commit 3b43a43

Please sign in to comment.