diff --git a/ChangeLog b/ChangeLog index 832074d..e3e1a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ MUI NList MCC classes - ChangeLog --------------------------------- +#### v0.123 RELEASE ########################################################### + 2018-01-11 Thore Böckelmann * nlist_mcc/NList_mcc.c, nlist_mcc/NList_func4.c: implemented a special "end diff --git a/demo/NBitmap-Demo.c b/demo/NBitmap-Demo.c index a93d7e8..0289166 100644 --- a/demo/NBitmap-Demo.c +++ b/demo/NBitmap-Demo.c @@ -1,7 +1,7 @@ /*************************************************************************** NBitmap.mcc - New Bitmap MUI Custom Class - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/demo/vastubs.c b/demo/vastubs.c index a06c5c5..e818238 100644 --- a/demo/vastubs.c +++ b/demo/vastubs.c @@ -1,7 +1,7 @@ /*************************************************************************** NList classes - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/docs/ReadMe b/docs/ReadMe index 3f89f33..ff309ec 100755 --- a/docs/ReadMe +++ b/docs/ReadMe @@ -1,9 +1,9 @@ -Short: NList custom classes for MUI, V0.121 +Short: NList custom classes for MUI, V0.123 Author: NList Open Source Team Uploader: Jens Maus Type: dev/mui -Version: 0.121 -Replaces: dev/mui/MCC_NList-0.120.lha +Version: 0.123 +Replaces: dev/mui/MCC_NList-0.121.lha Requires: AmigaOS V37+, MorphOS or AROS, MUI 3.8+, HotkeyString.mcc Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros @@ -27,14 +27,14 @@ enabling copy to clipboard and key moving. This package includes: -NList.mcc 20.140 06.08.2016 -NListview.mcc 19.95 06.08.2016 -NFloattext.mcc 19.76 06.08.2016 -NListviews.mcp 19.91 06.08.2016 -NListtree.mcc 18.47 06.08.2016 -NListtree.mcp 18.35 06.08.2016 -NBitmap.mcc 15.25 06.08.2016 -NBalance.mcc 15.21 06.08.2016 +NList.mcc 20.142 12.01.2018 +NListview.mcc 19.97 12.01.2018 +NFloattext.mcc 19.78 12.01.2018 +NListviews.mcp 19.93 12.01.2018 +NListtree.mcc 18.49 12.01.2018 +NListtree.mcp 18.37 12.01.2018 +NBitmap.mcc 15.27 12.01.2018 +NBalance.mcc 15.23 12.01.2018 INSTALLATION diff --git a/include/mui/NBalance_mcc.h b/include/mui/NBalance_mcc.h index 19fe2e3..0bd28a6 100644 --- a/include/mui/NBalance_mcc.h +++ b/include/mui/NBalance_mcc.h @@ -4,7 +4,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/include/mui/NBitmap_mcc.h b/include/mui/NBitmap_mcc.h index 236f8f7..7d74e4f 100644 --- a/include/mui/NBitmap_mcc.h +++ b/include/mui/NBitmap_mcc.h @@ -5,7 +5,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Debug.c b/nbalance_mcc/Debug.c index 86cf6c1..fbf3cbf 100644 --- a/nbalance_mcc/Debug.c +++ b/nbalance_mcc/Debug.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Debug.h b/nbalance_mcc/Debug.h index 76bc15c..ec73045 100644 --- a/nbalance_mcc/Debug.h +++ b/nbalance_mcc/Debug.h @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Dispatcher.c b/nbalance_mcc/Dispatcher.c index 0509a43..3c39c9a 100644 --- a/nbalance_mcc/Dispatcher.c +++ b/nbalance_mcc/Dispatcher.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Makefile b/nbalance_mcc/Makefile index 8a61dcd..e62fbd5 100644 --- a/nbalance_mcc/Makefile +++ b/nbalance_mcc/Makefile @@ -1,7 +1,7 @@ #/*************************************************************************** # # NBalance.mcc - New Balance MUI Custom Class -# Copyright (C) 2008-2016 by NList Open Source Team +# Copyright (C) 2008-2018 NList Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/NBalance-Test.c b/nbalance_mcc/NBalance-Test.c index 2457dde..b45c154 100644 --- a/nbalance_mcc/NBalance-Test.c +++ b/nbalance_mcc/NBalance-Test.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/NBalance.c b/nbalance_mcc/NBalance.c index 2bf5bb2..35c8044 100644 --- a/nbalance_mcc/NBalance.c +++ b/nbalance_mcc/NBalance.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/NBalance.h b/nbalance_mcc/NBalance.h index 563ea21..e3435bf 100644 --- a/nbalance_mcc/NBalance.h +++ b/nbalance_mcc/NBalance.h @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Pointer.c b/nbalance_mcc/Pointer.c index a6e4445..199ebc0 100644 --- a/nbalance_mcc/Pointer.c +++ b/nbalance_mcc/Pointer.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/Pointer.h b/nbalance_mcc/Pointer.h index 30e6477..d9626c2 100644 --- a/nbalance_mcc/Pointer.h +++ b/nbalance_mcc/Pointer.h @@ -3,7 +3,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/library.c b/nbalance_mcc/library.c index 798826a..76d82f8 100644 --- a/nbalance_mcc/library.c +++ b/nbalance_mcc/library.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/private.h b/nbalance_mcc/private.h index 727020e..90fe9ed 100644 --- a/nbalance_mcc/private.h +++ b/nbalance_mcc/private.h @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/vastubs.c b/nbalance_mcc/vastubs.c index 35f63f5..e5bd5a7 100644 --- a/nbalance_mcc/vastubs.c +++ b/nbalance_mcc/vastubs.c @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbalance_mcc/version.h b/nbalance_mcc/version.h index acc4ab7..8242f96 100644 --- a/nbalance_mcc/version.h +++ b/nbalance_mcc/version.h @@ -1,7 +1,7 @@ /*************************************************************************** NBalance.mcc - New Balance MUI Custom Class - Copyright (C) 2008-2016 NList Open Source Team + Copyright (C) 2008-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -28,9 +28,9 @@ // for setting all necessary version information #define LIB_VERSION 15 -#define LIB_REVISION 22 -#define LIB_DATE "04.10.2017" -#define LIB_COPYRIGHT "Copyright (C) 2008-2016 NList Open Source Team" +#define LIB_REVISION 23 +#define LIB_DATE "12.01.2018" +#define LIB_COPYRIGHT "Copyright (C) 2008-2018 NList Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION) diff --git a/nbitmap_mcc/Chunky2Bitmap.c b/nbitmap_mcc/Chunky2Bitmap.c index dd39a72..6389560 100755 --- a/nbitmap_mcc/Chunky2Bitmap.c +++ b/nbitmap_mcc/Chunky2Bitmap.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/Chunky2Bitmap.h b/nbitmap_mcc/Chunky2Bitmap.h index 11e17e9..bb3593e 100755 --- a/nbitmap_mcc/Chunky2Bitmap.h +++ b/nbitmap_mcc/Chunky2Bitmap.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/Debug.c b/nbitmap_mcc/Debug.c index 90103b6..f606b4b 100644 --- a/nbitmap_mcc/Debug.c +++ b/nbitmap_mcc/Debug.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/Debug.h b/nbitmap_mcc/Debug.h index d62fc55..62e1a94 100644 --- a/nbitmap_mcc/Debug.h +++ b/nbitmap_mcc/Debug.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/DitherImage.c b/nbitmap_mcc/DitherImage.c index bf1c1aa..4249043 100755 --- a/nbitmap_mcc/DitherImage.c +++ b/nbitmap_mcc/DitherImage.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/DitherImage.h b/nbitmap_mcc/DitherImage.h index e4c0a96..9403c16 100755 --- a/nbitmap_mcc/DitherImage.h +++ b/nbitmap_mcc/DitherImage.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/Makefile b/nbitmap_mcc/Makefile index 1f6ab62..52c1b69 100644 --- a/nbitmap_mcc/Makefile +++ b/nbitmap_mcc/Makefile @@ -2,7 +2,7 @@ # # NBitmap.mcc - New Bitmap MUI Custom Class # Copyright (C) 2006 by Daniel Allsopp -# Copyright (C) 2007-2016 NList Open Source Team +# Copyright (C) 2007-2018 NList Open Source Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/NBitmap-Test.c b/nbitmap_mcc/NBitmap-Test.c index 3079183..d2236fc 100644 --- a/nbitmap_mcc/NBitmap-Test.c +++ b/nbitmap_mcc/NBitmap-Test.c @@ -1,7 +1,7 @@ /*************************************************************************** NBitmap.mcc - New Bitmap MUI Custom Class - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/NBitmap.c b/nbitmap_mcc/NBitmap.c index 35bf590..26fc179 100644 --- a/nbitmap_mcc/NBitmap.c +++ b/nbitmap_mcc/NBitmap.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/NBitmap.h b/nbitmap_mcc/NBitmap.h index 5c4ccd0..cc55120 100644 --- a/nbitmap_mcc/NBitmap.h +++ b/nbitmap_mcc/NBitmap.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/SetPatch.c b/nbitmap_mcc/SetPatch.c index 77ce29c..7e733e1 100755 --- a/nbitmap_mcc/SetPatch.c +++ b/nbitmap_mcc/SetPatch.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/SetPatch.h b/nbitmap_mcc/SetPatch.h index d2c7fc6..c7a8081 100755 --- a/nbitmap_mcc/SetPatch.h +++ b/nbitmap_mcc/SetPatch.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/WritePixelArray.c b/nbitmap_mcc/WritePixelArray.c index d0aca5a..e8808b3 100755 --- a/nbitmap_mcc/WritePixelArray.c +++ b/nbitmap_mcc/WritePixelArray.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/WritePixelArrayAlpha.c b/nbitmap_mcc/WritePixelArrayAlpha.c index ac67542..f3e0774 100644 --- a/nbitmap_mcc/WritePixelArrayAlpha.c +++ b/nbitmap_mcc/WritePixelArrayAlpha.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/dispatcher.c b/nbitmap_mcc/dispatcher.c index 5620a05..afefca4 100644 --- a/nbitmap_mcc/dispatcher.c +++ b/nbitmap_mcc/dispatcher.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/library.c b/nbitmap_mcc/library.c index 56d9498..9fe0bc5 100644 --- a/nbitmap_mcc/library.c +++ b/nbitmap_mcc/library.c @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/private.h b/nbitmap_mcc/private.h index 551c2ce..63007e5 100644 --- a/nbitmap_mcc/private.h +++ b/nbitmap_mcc/private.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/vastubs.c b/nbitmap_mcc/vastubs.c index 76ea514..0c30b36 100755 --- a/nbitmap_mcc/vastubs.c +++ b/nbitmap_mcc/vastubs.c @@ -1,7 +1,7 @@ /*************************************************************************** NBitmap.mcc - New Bitmap MUI Custom Class - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/nbitmap_mcc/version.h b/nbitmap_mcc/version.h index 550de9e..4f1fe9b 100644 --- a/nbitmap_mcc/version.h +++ b/nbitmap_mcc/version.h @@ -2,7 +2,7 @@ NBitmap.mcc - New Bitmap MUI Custom Class Copyright (C) 2006 by Daniel Allsopp - Copyright (C) 2007-2016 NList Open Source Team + Copyright (C) 2007-2018 NList Open Source Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -29,9 +29,9 @@ // for setting all necessary version information #define LIB_VERSION 15 -#define LIB_REVISION 26 -#define LIB_DATE "04.10.2017" -#define LIB_COPYRIGHT "Copyright (C) 2007-2013 NList Open Source Team" +#define LIB_REVISION 27 +#define LIB_DATE "12.01.2018" +#define LIB_COPYRIGHT "Copyright (C) 2007-2018 NList Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION) diff --git a/nfloattext_mcc/version.h b/nfloattext_mcc/version.h index c7b4b1d..4a4a849 100644 --- a/nfloattext_mcc/version.h +++ b/nfloattext_mcc/version.h @@ -31,8 +31,8 @@ // for setting all necessary version information #define LIB_VERSION 19 -#define LIB_REVISION 77 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 78 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING diff --git a/nlist_mcc/version.h b/nlist_mcc/version.h index 6532d78..43f13c3 100644 --- a/nlist_mcc/version.h +++ b/nlist_mcc/version.h @@ -32,8 +32,8 @@ // for setting all necessary version information #define LIB_VERSION 20 -#define LIB_REVISION 141 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 142 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING diff --git a/nlisttree_mcc/version.h b/nlisttree_mcc/version.h index df2d5c0..4111b7d 100644 --- a/nlisttree_mcc/version.h +++ b/nlisttree_mcc/version.h @@ -29,8 +29,8 @@ // for setting all necessary version information #define LIB_VERSION 18 -#define LIB_REVISION 48 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 49 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING diff --git a/nlisttree_mcp/version.h b/nlisttree_mcp/version.h index 22c498e..494b5b6 100644 --- a/nlisttree_mcp/version.h +++ b/nlisttree_mcp/version.h @@ -29,8 +29,8 @@ // for setting all necessary version information #define LIB_VERSION 18 -#define LIB_REVISION 36 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 37 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING diff --git a/nlistview_mcc/version.h b/nlistview_mcc/version.h index a0bf217..c2ddaca 100644 --- a/nlistview_mcc/version.h +++ b/nlistview_mcc/version.h @@ -31,8 +31,8 @@ // for setting all necessary version information #define LIB_VERSION 19 -#define LIB_REVISION 96 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 97 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING diff --git a/nlistviews_mcp/version.h b/nlistviews_mcp/version.h index abed089..2d1536e 100644 --- a/nlistviews_mcp/version.h +++ b/nlistviews_mcp/version.h @@ -32,8 +32,8 @@ // for setting all necessary version information #define LIB_VERSION 19 -#define LIB_REVISION 92 -#define LIB_DATE "04.10.2017" +#define LIB_REVISION 93 +#define LIB_DATE "12.01.2018" #define LIB_COPYRIGHT "Copyright (C) 2001-2018 NList Open Source Team" // set the LIB_REV_STRING