Skip to content

Commit

Permalink
* fix wrong include in demo library
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Dec 20, 2024
1 parent fdd6be1 commit 85e57d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required( VERSION 3.14)

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

set( PROJECT_VERSION 0.27.0)
set( PROJECT_VERSION 0.27.1)


if( APPLE)
Expand Down
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.27.1

* fix wrong include in demo library

## 0.27.0

feat: improve build system and environment handling
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "<|PROJECT_IDENTIFIER|>.h"
#import "<|PROJECT_NAME|>.h"

#import "import-private.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mulle-objc/objc-demo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.27.1

0 comments on commit 85e57d9

Please sign in to comment.