URI:
       Bump version to 3.0.0 - libgrapheme - unicode string library
  HTML git clone git://git.suckless.org/libgrapheme
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bf20d2f7bce13c7d006a9ca442221399753bce9d
   DIR parent 40bc7dffb7a0ae319dba093809fc2f27a59ed8d1
  HTML Author: Laslo Hunhold <laslo@hunhold.de>
       Date:   Wed, 24 Dec 2025 08:08:54 +0100
       
       Bump version to 3.0.0
       
       We need a major bump as the bidirectional API changed since the last
       release.
       
       There need to be some refinements to some of the implementations for
       conformance, but overall it works reliably.
       
       Signed-off-by: Laslo Hunhold <dev@frign.de>
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -3,9 +3,9 @@
        .POSIX:
        .SUFFIXES:
        
       -VERSION_MAJOR = 2
       +VERSION_MAJOR = 3
        VERSION_MINOR = 0
       -VERSION_PATCH = 1
       +VERSION_PATCH = 0
        UNICODE_VERSION = 17.0.0
        MAN_DATE = 2022-10-06