1 Star 0 Fork 64

Kou_Ching/third_party_giflib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
getversion 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-03-11 18:38 . update openharmony 1.0.1
#!/bin/sh
#
# getversion - get the librarty version by analyzing its header
#
# Done this way so there's a single point of truth about the version.
#
MAJOR=`sed <gif_lib.h -n -e "/MAJOR/s/#define GIFLIB_MAJOR *//p"`
MINOR=`sed <gif_lib.h -n -e "/MINOR/s/#define GIFLIB_MINOR *//p"`
RELEASE=`sed <gif_lib.h -n -e "/RELEASE/s/#define GIFLIB_RELEASE *//p"`
echo ${MAJOR}.${MINOR}.${RELEASE}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/okc233/third_party_giflib.git
git@gitee.com:okc233/third_party_giflib.git
okc233
third_party_giflib
third_party_giflib
master

搜索帮助