summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-21 17:12:07 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-21 17:12:29 -0500
commit93c59a2f74c1d759ffffbf4bee4b62b8ebfe2340 (patch)
tree57cd2dbdc0a262870033a8df6f50b92e16cb9e13
parente2afebf800c9a7091a46456a6d831225bda37e3b (diff)
Start 0.4.0-alpha.4
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d083d7..18d4290 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libopenraw"
-version = "0.4.0-alpha.3"
+version = "0.4.0-alpha.4"
edition = "2018"
default-run = "ordiag"
description = "Digital camera RAW file processing"
diff --git a/NEWS b/NEWS
index 7aa14cb..9d3e81e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+libopenraw 0.4.0-alpha.4 -
+
libopenraw 0.4.0-alpha.3 - 2024/01/21
Bug fixes:
diff --git a/configure.ac b/configure.ac
index ecee4b6..7b1934f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl libopenraw configure
dnl written by Hubert Figuiere
AC_PREREQ([2.69])
-AC_INIT([libopenraw],[0.4.0-alpha.3])
+AC_INIT([libopenraw],[0.4.0-alpha.4])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])