chore: bump version to 0.1.1

This commit is contained in:
CismonX 2025-04-07 12:23:50 +08:00
parent 763bba9444
commit 565063ee9b
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ dnl This file is offered as-is, without any warranty.
dnl dnl
AC_PREREQ([2.70]) AC_PREREQ([2.70])
AC_INIT([bookmarkfs], [0.1.0], [bug-bookmarkfs@nongnu.org]) AC_INIT([bookmarkfs], [0.1.1], [bug-bookmarkfs@nongnu.org])
AC_CONFIG_SRCDIR([bookmarkfs_util.pc.in]) AC_CONFIG_SRCDIR([bookmarkfs_util.pc.in])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View file

@ -27,7 +27,7 @@
#define BOOKMARKFS_VER_MAJOR 0 #define BOOKMARKFS_VER_MAJOR 0
#define BOOKMARKFS_VER_MINOR 1 #define BOOKMARKFS_VER_MINOR 1
#define BOOKMARKFS_VER_PATCH 0 #define BOOKMARKFS_VER_PATCH 1
#define bookmarkfs_make_vernum(major, minor, patch) \ #define bookmarkfs_make_vernum(major, minor, patch) \
( ((major) << 16) | ((minor) << 8) | ((patch) << 0) ) ( ((major) << 16) | ((minor) << 8) | ((patch) << 0) )