diff options
Diffstat (limited to 'src/utstring.h')
-rw-r--r-- | src/utstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utstring.h b/src/utstring.h index 4cf5ffd3d..f6a33af3e 100644 --- a/src/utstring.h +++ b/src/utstring.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2018, Troy D. Hanson http://troydhanson.github.com/uthash/ +Copyright (c) 2008-2021, Troy D. Hanson http://troydhanson.github.io/uthash/ All rights reserved. Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef UTSTRING_H #define UTSTRING_H -#define UTSTRING_VERSION 2.1.0 +#define UTSTRING_VERSION 2.3.0 #include <stdlib.h> #include <string.h> |