comparison dyncall/dyncall_version.h @ 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 49b669422ad8
children 4b0b6bd8c6b6
comparison
equal deleted inserted replaced
419:1d7e8bda8292 420:13475895a79b
36 0x40f = v0.4-release 36 0x40f = v0.4-release
37 37
38 this macro was introduced while working on v1.3, (so 0x130c) 38 this macro was introduced while working on v1.3, (so 0x130c)
39 */ 39 */
40 40
41 #define DYNCALL_VERSION 0x130c 41 #define DYNCALL_VERSION 0x130f
42 42
43 #endif /* DYNCALL_VERSION_H */ 43 #endif /* DYNCALL_VERSION_H */
44 44