summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-05 23:30:03 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-05 23:30:08 -0500
commit438d384110b6b045838bb68834eba3e38d9de3db (patch)
tree769a102f2967070065c4505b41705fb283b1a87b
parentd50799d4d19506d3c38c4b6aa9aca0d6969cd790 (diff)
release: bump version to 0.4.0-alpha.1
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 8f8e710..50d2627 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libopenraw"
-version = "0.4.0-alpha.0"
+version = "0.4.0-alpha.1"
edition = "2018"
default-run = "ordiag"
build = "build.rs"
diff --git a/NEWS b/NEWS
index 5426fb3..5d96ee9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libopenraw 0.4.0-alpha.0 - 2024/01/05
+libopenraw 0.4.0-alpha.1 -
THIS IS A PRE-RELEASE.
diff --git a/configure.ac b/configure.ac
index 3b5cf3d..9327f06 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.0])
+AC_INIT([libopenraw],[0.4.0-alpha.1])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])