Skip to content

Commit

Permalink
versioncheck commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Dec 11, 2024
1 parent 33ccac2 commit 9befe42
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .mulle/share/env/environment-plugin.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .mulle/share/env/version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .mulle/share/sde/version/mulle-sde/cmake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required( VERSION 3.1)

project( MulleObjCPlistFoundation VERSION 0.20.5 LANGUAGES C)
project( MulleObjCPlistFoundation VERSION 0.20.6 LANGUAGES C)


set( CMAKE_C_DEBUG_FLAGS "${CMAKE_C_DEBUG_FLAGS} -Wuninitialized")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ which looks like this:

| Release Version | Release Notes
|-------------------------------------------------------|--------------
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleObjCPlistFoundation.svg?branch=release) [![Build Status](https://github.com/MulleFoundation/MulleObjCPlistFoundation/workflows/CI/badge.svg?branch=release)](//github.com/MulleFoundation/MulleObjCPlistFoundation/actions) | [RELEASENOTES](RELEASENOTES.md) |
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/MulleFoundation/MulleObjCPlistFoundation.svg) [![Build Status](https://github.com/MulleFoundation/MulleObjCPlistFoundation/workflows/CI/badge.svg)](//github.com/MulleFoundation/MulleObjCPlistFoundation/actions) | [RELEASENOTES](RELEASENOTES.md) |


## API
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.20.6

Various small improvements

### 0.20.5

Various small improvements
Expand Down
13 changes: 9 additions & 4 deletions cmake/share/InstallRpath.cmake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MulleObjCPlistFoundation.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#import "import.h"

// keep this in sync with MULLE_OBJC_VERSION, else pain! (why ?)
#define MULLE_OBJC_PLIST_FOUNDATION_VERSION ((0UL << 20) | (20 << 8) | 5)
#define MULLE_OBJC_PLIST_FOUNDATION_VERSION ((0UL << 20) | (20 << 8) | 6)

// we do it manually...

Expand Down
2 changes: 1 addition & 1 deletion src/reflect/_MulleObjCPlistFoundation-versioncheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#if defined( MULLE_OBJC_STANDARD_FOUNDATION_VERSION)
# ifndef MULLE_OBJC_STANDARD_FOUNDATION_VERSION_MIN
# define MULLE_OBJC_STANDARD_FOUNDATION_VERSION_MIN ((0UL << 20) | (22 << 8) | 0)
# define MULLE_OBJC_STANDARD_FOUNDATION_VERSION_MIN ((0UL << 20) | (22 << 8) | 1)
# endif
# ifndef MULLE_OBJC_STANDARD_FOUNDATION_VERSION_MAX
# define MULLE_OBJC_STANDARD_FOUNDATION_VERSION_MAX ((0UL << 20) | (23 << 8) | 0)
Expand Down
4 changes: 4 additions & 0 deletions src/reflect/objc-loader.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{ @selector( MulleObjCLoader), @selector( MulleObjCContainerFoundation) }, // 47a9beb6;MulleObjCLoader;2132102f;MulleObjCContainerFoundation
{ @selector( MulleObjCLoader), @selector( MulleObjCStandardFoundation) }, // 47a9beb6;MulleObjCLoader;ed704a42;MulleObjCStandardFoundation
{ @selector( MulleObjCLoader), @selector( MulleObjCTimeFoundation) }, // 47a9beb6;MulleObjCLoader;cc20d48b;MulleObjCTimeFoundation
{ @selector( MulleObjCLoader), @selector( MulleObjCValueFoundation) }, // 47a9beb6;MulleObjCLoader;535d5103;MulleObjCValueFoundation
{ @selector( MulleObjCBufferedInputStream), MULLE_OBJC_NO_CATEGORYID }, // 0d289418;MulleObjCBufferedInputStream;;
{ @selector( MulleObjCBufferedOutputStream), MULLE_OBJC_NO_CATEGORYID }, // f919266f;MulleObjCBufferedOutputStream;;
{ @selector( MulleObjCInMemoryInputStream), MULLE_OBJC_NO_CATEGORYID }, // c11e0f43;MulleObjCInMemoryInputStream;;
Expand Down
2 changes: 1 addition & 1 deletion test/.mulle/share/env/environment-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export MULLE_SOURCETREE_SYMLINK='YES'
#
#
#
export MULLE_SDE_INSTALLED_VERSION="3.2.0"
export MULLE_SDE_INSTALLED_VERSION="3.2.2"


2 changes: 1 addition & 1 deletion test/.mulle/share/env/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1

0 comments on commit 9befe42

Please sign in to comment.