[ghex] Bump versioning/docs for upcoming beta.



commit 0a163edcd4350b51cc3006183989f38698963775
Author: Logan Rathbone <poprocks gmail com>
Date:   Wed Jan 5 01:45:12 2022 -0500

    Bump versioning/docs for upcoming beta.

 ALPHA-INFO.txt => BETA-INFO.txt | 15 +++------------
 meson.build                     |  2 +-
 2 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/ALPHA-INFO.txt b/BETA-INFO.txt
similarity index 86%
rename from ALPHA-INFO.txt
rename to BETA-INFO.txt
index b5a6921..dcf95e8 100644
--- a/ALPHA-INFO.txt
+++ b/BETA-INFO.txt
@@ -1,7 +1,7 @@
-GHex 4 alpha information
-========================
+GHex 4 beta information
+=======================
 
-GHex 4 is currently in alpha state.  As it has been substantially reworked
+GHex 4 is currently in beta state.  As it has been substantially reworked
 from GHex 3.x and, as of the time of writing, has only been recently merged to
 the `master` branch (December 2021), it will require some substantial testing
 and translation updates.
@@ -33,17 +33,8 @@ I'll break up the known issues into two categories:  items I would consider to
 be blockers for a beta, blockers for stable release, and other known issues,
 which will be earmarked for priority after the first stable release of GHex 4.
 
-Blockers for beta:
-
- - HexBufferIface (and to a lesser extent, GtkHex and HexDocument): things
-   need to cook a bit more to ensure the API will be stable before moving to
-   beta. This GObject Interface is quite new, and I want to ensure the API is not
-   missing anything glaring before locking it into place for beta.
-
 Blockers for stable release:
 
- - Update the help documentation.
-
  - Auto-highlights (ie, from searches) are sometimes not redrawn properly
    after a window resize.
 
diff --git a/meson.build b/meson.build
index aee3a81..64604e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'ghex', 'c',
-  version: '4.alpha.2',
+  version: '4.beta.1',
   meson_version: '>=0.53.0',
   license: 'GPL2'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]