summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-04 23:27:51 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-04 23:27:51 -0500
commitf643d7ba56bca5a93082ad82d50f9c0546935618 (patch)
tree4d2ec128eba7244ff3444b9f47e6186706569f05
parent2c76423b32b3414a9e0392d0551dd0869ab14074 (diff)
release: 0.4.0-alpha.0
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS4
-rw-r--r--RELEASE_NOTES4
-rw-r--r--configure.ac2
4 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 907c1cd..4cc34ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libopenraw"
-version = "0.4.0"
+version = "0.4.0-alpha.0"
edition = "2018"
default-run = "ordiag"
build = "build.rs"
diff --git a/NEWS b/NEWS
index 8d3c550..675e17a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-libopenraw 0.4.0 -
+libopenraw 0.4.0-alpha.0 - 2024/01/04
+
+THIS IS A PRE-RELEASE.
New features:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 2e15f02..caf8692 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,5 @@
-What's (visibly) new in 0.4.0
-=============================
+What's (visibly) new in 0.4.0-alpha.0
+=====================================
- Complete rewrite in Rust.
- Various API improvements.
diff --git a/configure.ac b/configure.ac
index ba6eebc..3b5cf3d 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])
+AC_INIT([libopenraw],[0.4.0-alpha.0])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])