From f643d7ba56bca5a93082ad82d50f9c0546935618 Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Thu, 4 Jan 2024 23:27:51 -0500 Subject: release: 0.4.0-alpha.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- Cargo.toml | 2 +- NEWS | 4 +++- RELEASE_NOTES | 4 ++-- configure.ac | 2 +- 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]) -- cgit v1.2.3