aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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