Skip to content

Commit

Permalink
[バージョン] v0.7.2: bitbake等の環境に適応。機能的な変更はなし。
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert_Ordis committed Nov 15, 2023
1 parent 6931a54 commit 8b9def1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([libnmjson], [0.7.1], [BUG-REPORT-ADDRESS])
AC_INIT([libnmjson], [0.7.2], [BUG-REPORT-ADDRESS])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([include/nmjson/json_const.h])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libnmjson_a_SOURCES = \
libnmjson_a_CFLAGS = $(AM_CFLAGS) \
-DVER_MAJOR=0 \
-DVER_MINOR=7 \
-DVER_PATCH=1 \
-DVER_PATCH=2 \
-DVER_TAILS= \
-DPROJECT_NAME=\"libnmjson\" \
-DBUILD_DATE=\"$(shell date +'%Y-%m-%d_%H:%M:%S')\" \
Expand Down

0 comments on commit 8b9def1

Please sign in to comment.