From 02f8f11a90314a40f5108ad2998a4e569e5a1a2a Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 2 Sep 2024 18:10:25 +0900 Subject: [PATCH] Version 0.4.0 Signed-off-by: Masatake YAMATO --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c39059f6..8f8f18d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project( readtags # # Synchronize VERSION with the value in configure.ac. - VERSION 0.3.0 + VERSION 0.4.0 DESCRIPTION "a library for looking up tag entries in tag files" HOMEPAGE_URL "https://github.com/universal-ctags/libreadtags" LANGUAGES C diff --git a/configure.ac b/configure.ac index fa6e7ab7..c0be6201 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # # When updating the above version, you also update VERSION in CMakeList.txt. -AC_INIT(libreadtags, 0.3.0) +AC_INIT(libreadtags, 0.4.0) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([readtags.c])