aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-05-12 23:46:22 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-05-12 23:46:22 -0400
commit89511934b805999e0c12071750c52c1c45d35536 (patch)
treecddfae1f628181b67a6d1a965e6c7c1239f81aeb /include
parent054508b5edeaef602ee4251bb3828387cb26f582 (diff)
downloadcleanpath-89511934b805999e0c12071750c52c1c45d35536.tar.gz
Proper namespace for the header file. Bump version.
Diffstat (limited to 'include')
-rw-r--r--include/cleanpath/cleanpath.h (renamed from include/cleanpath.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cleanpath.h b/include/cleanpath/cleanpath.h
index 9f38188..afee624 100644
--- a/include/cleanpath.h
+++ b/include/cleanpath/cleanpath.h
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <string.h>
-#define CLEANPATH_VERSION "0.1.0"
+#define CLEANPATH_VERSION "1.0.0"
#define CLEANPATH_FILTER_NONE -1
#define CLEANPATH_FILTER_EXACT 0
#define CLEANPATH_FILTER_LOOSE 1
@@ -61,4 +61,4 @@ void cleanpath_filter(struct CleanPath *path, unsigned mode, const char *pattern
char *cleanpath_read(struct CleanPath *path);
void cleanpath_free(struct CleanPath *path);
-#endif //CLEANPATH_CLEANPATH_H \ No newline at end of file
+#endif //CLEANPATH_CLEANPATH_H