diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-27 14:48:11 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-27 14:48:39 +0200 |
commit | f7801346c0913032e99105088b962a986edb24f4 (patch) | |
tree | 5b1f80a289097243c4667ec1de76ea3fe21373d0 | |
parent | e7234ec4679c70a2f79e60ecb6f7a6fac1772fca (diff) |
Bump patch level version numberv0.6.1
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e8145..a9c258c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.1] - 2019-08-27 ### Added - Add a change log - Add test programs for fuzzing tar and gensquashfs file format parsers diff --git a/configure.ac b/configure.ac index d6c1612..88a1eb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [0.6], [goliath@infraroot.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [0.6.1], [goliath@infraroot.at], squashfs-tools-ng) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) |