125 Star 0 Fork 3

src-openEuler/automoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-support-for-Objective-C-i.e.-mm-files-is-enough-to-i.patch 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
ultra_planet 提交于 2020-03-12 10:05 . package init
From f6628033865fe0a38271c4b720f1b2d29f3fd974 Mon Sep 17 00:00:00 2001
From: Alexander Neundorf <[email protected]>
Date: Wed, 11 Mar 2009 21:40:11 +0000
Subject: [PATCH 03/33] -support for Objective C (i.e. mm files) is enough to
increase at least the patch version number
Alex
Or should we go to 0.10.0 ?
svn path=/trunk/kdesupport/automoc/; revision=938448
---
Automoc4Version.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Automoc4Version.cmake b/Automoc4Version.cmake
index 1e93ca7..7d93128 100644
--- a/Automoc4Version.cmake
+++ b/Automoc4Version.cmake
@@ -1,7 +1,7 @@
# set the current version number
set(AUTOMOC4_VERSION_MAJOR "0")
set(AUTOMOC4_VERSION_MINOR "9")
-set(AUTOMOC4_VERSION_PATCH "88")
+set(AUTOMOC4_VERSION_PATCH "89")
set(AUTOMOC4_VERSION "${AUTOMOC4_VERSION_MAJOR}.${AUTOMOC4_VERSION_MINOR}.${AUTOMOC4_VERSION_PATCH}")
--
2.4.3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/automoc.git
[email protected]:src-openeuler/automoc.git
src-openeuler
automoc
automoc
master

搜索帮助