changeset 420:13475895a79b r1.3

- prep for 1.3 release, version number bump, etc.
author Tassilo Philipp
date Fri, 17 Dec 2021 11:07:30 +0100
parents 1d7e8bda8292
children 049058b2186a
files ChangeLog ToDo dyncall/dyncall_version.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 16 16:52:41 2021 +0100
+++ b/ChangeLog	Fri Dec 17 11:07:30 2021 +0100
@@ -1,7 +1,7 @@
 This file lists bigger/noteworthy changes, only...
 
 
-Version 1.3 (upcoming)
+Version 1.3 (2021/12/17)
 
   o introduced version macro (see dyncall/dyncall_version.h)
 dyncall:
--- a/ToDo	Thu Dec 16 16:52:41 2021 +0100
+++ b/ToDo	Fri Dec 17 11:07:30 2021 +0100
@@ -1,4 +1,4 @@
-1.3:
+1.4:
 ----
 - test atpcs thumb on arm and verify if ellipsis and C++ thiscalls work, if so adapt doc appendix
 - test eabi thumb on arm and verify if ellipsis and C++ thiscalls work, if so adapt doc appendix
--- a/dyncall/dyncall_version.h	Thu Dec 16 16:52:41 2021 +0100
+++ b/dyncall/dyncall_version.h	Fri Dec 17 11:07:30 2021 +0100
@@ -38,7 +38,7 @@
    this macro was introduced while working on v1.3, (so 0x130c)
 */
 
-#define DYNCALL_VERSION  0x130c
+#define DYNCALL_VERSION  0x130f
 
 #endif /* DYNCALL_VERSION_H */