!42 README.OpenSource文件与黄区文件修改同步

Merge pull request !42 from 覃权/master
This commit is contained in:
openharmony_ci 2024-05-15 10:05:28 +00:00 committed by Gitee
commit 7e11b4c4d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 14 deletions

View File

@ -1,20 +1,11 @@
[
{
"Name" : "f2fs-tools",
"License" : "GNU GPL-2.0",
"License" : "GPL-2.0",
"License File" : "COPYING",
"Version Number" : "1.15.0",
"Version Number" : "v1.16.0",
"Owner" : "Jaegeuk Kim <jaegeuk@kernel.org>",
"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.15.0",
"Description" : "The f2fs-tools package contains the utilities for handling the f2fs file system."
},
{
"Name" : "f2fs-tools",
"License" : "GNU LGPL-2.1+",
"License File" : "COPYING",
"Version Number" : "1.15.0",
"Owner" : "Jaegeuk Kim <jaegeuk@kernel.org>",
"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.15.0",
"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.16.0",
"Description" : "The f2fs-tools package contains the utilities for handling the f2fs file system."
}
]

View File

@ -18,10 +18,10 @@
#define F2FS_MINOR_VERSION 14
/* f2fs-tools date based on Source releases */
#define F2FS_TOOLS_DATE "2022-05-13"
#define F2FS_TOOLS_DATE "2023-04-11"
/* f2fs-tools version */
#define F2FS_TOOLS_VERSION "1.15.0"
#define F2FS_TOOLS_VERSION "v1.16.0"
/* Define to 1 if you have the `add_key' function. */
/* #undef HAVE_ADD_KEY */