diff --git a/ChangeLog b/ChangeLog index 8f7378f7..c58586c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for smooth -dd.mm.22 hh:mm - smooth alpha 0.9.9 +21.01.22 19:17 - smooth alpha 0.9.9 - instream.cpp - prevent opening folders with file IO classes - abort InputLine call when encoutering NUL bytes diff --git a/include/smooth/version.h b/include/smooth/version.h index a986aa3c..9ff16fc9 100644 --- a/include/smooth/version.h +++ b/include/smooth/version.h @@ -1,5 +1,5 @@ /* The smooth Class Library - * Copyright (C) 1998-2021 Robert Kausch + * Copyright (C) 1998-2022 Robert Kausch * * This library is free software; you can redistribute it and/or * modify it under the terms of "The Artistic License, Version 2.0". @@ -15,10 +15,10 @@ #define SMOOTH_APIVERSION "0.9.0" #ifdef SMOOTH_DLL -# define SMOOTH_RESVERS 0,9,9,5595 -# define SMOOTH_RESPROD 0,9,9,5595 +# define SMOOTH_RESVERS 0,9,9,5605 +# define SMOOTH_RESPROD 0,9,9,5605 # define SMOOTH_PRODUCT "0.9\0" -# define SMOOTH_FILEVER "0.9.9.5595\0" +# define SMOOTH_FILEVER "0.9.9.5605\0" #endif #endif