Skip to content

Commit 632ffc8

Browse files
committed
smooth release 0.9.9.
1 parent cf78c32 commit 632ffc8

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.22 hh:mm - smooth alpha 0.9.9
3+
21.01.22 19:17 - smooth alpha 0.9.9
44

55
- instream.cpp - prevent opening folders with file IO classes
66
- abort InputLine call when encoutering NUL bytes

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-2021 Robert Kausch <[email protected]>
2+
* Copyright (C) 1998-2022 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,9,5595
19-
# define SMOOTH_RESPROD 0,9,9,5595
18+
# define SMOOTH_RESVERS 0,9,9,5605
19+
# define SMOOTH_RESPROD 0,9,9,5605
2020
# define SMOOTH_PRODUCT "0.9\0"
21-
# define SMOOTH_FILEVER "0.9.9.5595\0"
21+
# define SMOOTH_FILEVER "0.9.9.5605\0"
2222
#endif
2323

2424
#endif

0 commit comments

Comments
 (0)