Skip to content

Commit

Permalink
chore: release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed May 2, 2024
1 parent f0aa1c8 commit 466d4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:bookworm-20230725 as xgenext2fs-builder
ARG GENEXT2FS_VERSION=1.5.5
ARG GENEXT2FS_VERSION=1.5.6
ARG TARGETARCH
ARG DESTDIR=release

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([xgenext2fs], [1.5.5])
AC_INIT([xgenext2fs], [1.5.6])
AC_CONFIG_SRCDIR([xgenext2fs.c])

builtin(include, [m4/ac_func_snprintf.m4])dnl
Expand Down

0 comments on commit 466d4ae

Please sign in to comment.