From 021c2c6dd2d74ab2ecdfccc39caf39e19ea17b06 Mon Sep 17 00:00:00 2001 From: Radek Podgorny Date: Mon, 17 Jun 2024 17:55:29 +0200 Subject: [PATCH] version bump to v3.5 --- man/unionfs.8 | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/unionfs.8 b/man/unionfs.8 index 7a645e29..7d7367a9 100644 --- a/man/unionfs.8 +++ b/man/unionfs.8 @@ -7,7 +7,7 @@ .ft R .fi .. -.TH "unionfs" "8" "2022" "unionfs-fuse 3.4" "" +.TH "unionfs" "8" "2024" "unionfs-fuse 3.5" "" .SH "NAME" unionfs\-fuse \- A userspace unionfs implementation .SH "SYNOPSIS" diff --git a/src/version.h b/src/version.h index c33ae053..f4946ede 100644 --- a/src/version.h +++ b/src/version.h @@ -4,5 +4,5 @@ */ #ifndef _VERSION_H -#define VERSION "3.4" +#define VERSION "3.5" #endif