From 532a0cf7b7a321959830cf92e4157d8ae1f34574 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Thu, 16 Jun 2016 08:02:23 +0200 Subject: [PATCH] Bump version to 3.4.0 --- common/fuse_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fuse_version.h b/common/fuse_version.h index e6edbfc3..e440b057 100644 --- a/common/fuse_version.h +++ b/common/fuse_version.h @@ -28,7 +28,7 @@ /* Version */ -#define OSXFUSE_VERSION_LITERAL 3.3.3 +#define OSXFUSE_VERSION_LITERAL 3.4.0 #define OSXFUSE_TIMESTAMP __DATE__ ", " __TIME__ #define OSXFUSE_VERSION FUSE_PP_STRINGIFY(OSXFUSE_VERSION_LITERAL)