mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
chore: bump version to 0.1.1
This commit is contained in:
parent
763bba9444
commit
565063ee9b
2 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||||
|
|
|
@ -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) )
|
||||||
|
|
Loading…
Add table
Reference in a new issue