Skip to content

Commit 1935f1f

Browse files
committed
Version 1.13
1 parent f42891a commit 1935f1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: MOUNT-ZIP
33
section: 1
44
header: User Manual
5-
footer: mount-zip 1.12
5+
footer: mount-zip 1.13
66
date: February 2026
77
---
88
# NAME

mount-zip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\" t
22
.\" Automatically generated by Pandoc 3.1.11.1
33
.\"
4-
.TH "MOUNT\-ZIP" "1" "February 2026" "mount\-zip 1.12" "User Manual"
4+
.TH "MOUNT\-ZIP" "1" "February 2026" "mount\-zip 1.13" "User Manual"
55
.SH NAME
66
\f[B]mount\-zip\f[R] \- Mount ZIP archives as FUSE file systems.
77
.SH SYNOPSIS

mount-zip.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
// Odd minor versions (e.g. 1.1 or 1.3) are development versions.
2121
// Even minor versions (e.g. 1.2 or 1.4) are stable versions.
22-
#define PROGRAM_VERSION "1.12"
22+
#define PROGRAM_VERSION "1.13"
2323

2424
#include <algorithm>
2525
#include <cassert>

0 commit comments

Comments
 (0)