summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-06 21:57:19 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-06 21:57:19 -0500
commitfc2331ad361e0fdff12a43095419fa9fee1991b3 (patch)
tree224d69c6477e6abd22397b91ff2e14fdba1254c0
parent339a46052e4f8e3ad00c78f41fbd6893e1397a55 (diff)
Release 0.4.0-alpha.2libopenraw-0.4.0-alpha.2
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, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f408e0c..6baa8ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libopenraw"
-version = "0.4.0-alpha.1"
+version = "0.4.0-alpha.2"
edition = "2018"
default-run = "ordiag"
build = "build.rs"
diff --git a/NEWS b/NEWS
index e742fa8..a6d9304 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libopenraw 0.4.0-alpha.1 - 2024/01/06
+libopenraw 0.4.0-alpha.2 - 2024/01/06
THIS IS A PRE-RELEASE.
diff --git a/configure.ac b/configure.ac
index 9327f06..b235e91 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.1])
+AC_INIT([libopenraw],[0.4.0-alpha.2])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])