Skip to content

Commit 47e754a

Browse files
committed
Version 0.4.0
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 6c51577 commit 47e754a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
readtags
44
#
55
# Synchronize VERSION with the value in configure.ac.
6-
VERSION 0.3.0
6+
VERSION 0.4.0
77
DESCRIPTION "a library for looking up tag entries in tag files"
88
HOMEPAGE_URL "https://github.com/universal-ctags/libreadtags"
99
LANGUAGES C

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
#
33
# When updating the above version, you also update VERSION in CMakeList.txt.
4-
AC_INIT(libreadtags, 0.3.0)
4+
AC_INIT(libreadtags, 0.4.0)
55
AC_CONFIG_MACRO_DIR([m4])
66
AC_CONFIG_SRCDIR([readtags.c])
77

0 commit comments

Comments
 (0)