diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-06-16 01:36:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-06-16 01:36:36 -0400 |
commit | 11288255799ec0b8435f8a3c8da4d6532a8de979 (patch) | |
tree | 647c714421a6b98842d08ac408debdf09e39e0ea | |
parent | 26e0cfb3ad10d61dbacc70b27aeb3f9976741459 (diff) | |
download | cleanpath-11288255799ec0b8435f8a3c8da4d6532a8de979.tar.gz |
-rw-r--r-- | include/cleanpath/cleanpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cleanpath/cleanpath.h b/include/cleanpath/cleanpath.h index 5e784d9..3a2c217 100644 --- a/include/cleanpath/cleanpath.h +++ b/include/cleanpath/cleanpath.h @@ -30,7 +30,7 @@ #include <stdlib.h> #include <string.h> -#define CLEANPATH_VERSION "1.1.0" +#define CLEANPATH_VERSION "1.1.1" #define CLEANPATH_FILTER_NONE -1 #define CLEANPATH_FILTER_EXACT 0 #define CLEANPATH_FILTER_LOOSE 1 |