Skip to content

Commit 85e57d9

Browse files
committed
* fix wrong include in demo library
1 parent fdd6be1 commit 85e57d9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required( VERSION 3.14)
22

3-
project( mulle-objc-developer VERSION 0.27.0 LANGUAGES NONE)
3+
project( mulle-objc-developer VERSION 0.27.1 LANGUAGES NONE)
44

5-
set( PROJECT_VERSION 0.27.0)
5+
set( PROJECT_VERSION 0.27.1)
66

77

88
if( APPLE)

RELEASENOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.27.1
2+
3+
* fix wrong include in demo library
4+
15
## 0.27.0
26

37
feat: improve build system and environment handling

src/mulle-objc/objc-demo/demo/library/PROJECT_SOURCE_DIR/PROJECT_NAME.PROJECT_EXTENSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "<|PROJECT_IDENTIFIER|>.h"
1+
#import "<|PROJECT_NAME|>.h"
22

33
#import "import-private.h"
44

src/mulle-objc/objc-demo/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.27.1

0 commit comments

Comments
 (0)