changeset 641:2147d1c9dc8a r1.4

- version bump
author Tassilo Philipp
date Mon, 21 Nov 2022 14:26:34 +0100
parents b42cee4358fc
children 575760fc57b7
files LICENSE doc/manual/manual_title.tex dyncall/dyncall_version.h
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Tue Dec 06 21:07:14 2022 +0100
+++ b/LICENSE	Mon Nov 21 14:26:34 2022 +0100
@@ -1,7 +1,7 @@
 If not stated otherwise inside a file, all files here are distributed in
 terms of:
 
-Copyright (c) 2007-2021 Daniel Adler <dadler@uni-goettingen.de>, 
+Copyright (c) 2007-2022 Daniel Adler <dadler@uni-goettingen.de>,
                         Tassilo Philipp <tphilipp@potion-studios.com>
 
 Permission to use, copy, modify, and distribute this software for any
--- a/doc/manual/manual_title.tex	Tue Dec 06 21:07:14 2022 +0100
+++ b/doc/manual/manual_title.tex	Mon Nov 21 14:26:34 2022 +0100
@@ -1,6 +1,6 @@
 %//////////////////////////////////////////////////////////////////////////////
 %
-% Copyright (c) 2007-2014 Daniel Adler <dadler@uni-goettingen.de>, 
+% Copyright (c) 2007-2022 Daniel Adler <dadler@uni-goettingen.de>,
 %                         Tassilo Philipp <tphilipp@potion-studios.com>
 %
 % Permission to use, copy, modify, and distribute this software for any
@@ -17,7 +17,7 @@
 %
 %//////////////////////////////////////////////////////////////////////////////
 
-\newcommand{\dyncallversion}{1.3}
+\newcommand{\dyncallversion}{1.4}
 \newcommand{\titlelogo}{%
 \begingroup%
 \setlength{\unitlength}{1mm}%
--- a/dyncall/dyncall_version.h	Tue Dec 06 21:07:14 2022 +0100
+++ b/dyncall/dyncall_version.h	Mon Nov 21 14:26:34 2022 +0100
@@ -6,7 +6,7 @@
  Description: Type and calling-convention signature character defines
  License:
 
-   Copyright (c) 2021 Tassilo Philipp <tphilipp@potion-studios.com>
+   Copyright (c) 2021-2022 Tassilo Philipp <tphilipp@potion-studios.com>
 
    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
@@ -38,7 +38,7 @@
    this macro was introduced while working on v1.3, (so 0x130c)
 */
 
-#define DYNCALL_VERSION  0x140c
+#define DYNCALL_VERSION  0x140f
 
 #endif /* DYNCALL_VERSION_H */