Skip to content

Commit 34b048d

Browse files
authored
Merge pull request #64 from masatake/v0.5.0
Version 0.5.0
2 parents d278023 + 09ad145 commit 34b048d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.4.0
6+
VERSION 0.5.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

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version XXX
1+
# Version 0.5.0
22

33
- improve performance; put inline keyword on hot spot functions.
44

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.4.0)
4+
AC_INIT(libreadtags, 0.5.0)
55
AC_CONFIG_MACRO_DIR([m4])
66
AC_CONFIG_SRCDIR([readtags.c])
77

0 commit comments

Comments
 (0)