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 2e95b85 commit fc25d13
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 14 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( mulle-unicode VERSION 2.4.8 LANGUAGES C)
project( mulle-unicode VERSION 2.4.9 LANGUAGES C)

add_definitions( -DMULLE_UNICODE_EXTERN_GLOBAL=extern)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mulle-unicode is fairly compact for what it does, compiling down to around

| Release Version | Release Notes
|-------------------------------------------------------|--------------
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-c/mulle-unicode.svg?branch=master) [![Build Status](https://github.com/mulle-c/mulle-unicode/workflows/CI/badge.svg?branch=master)](//github.com/mulle-c/mulle-unicode/actions) ![Coverage](https://img.shields.io/badge/coverage-100%25%C2%A0-2acf49) | [RELEASENOTES](RELEASENOTES.md) |
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-c/mulle-unicode.svg) [![Build Status](https://github.com/mulle-c/mulle-unicode/workflows/CI/badge.svg)](//github.com/mulle-c/mulle-unicode/actions) ![Coverage](https://img.shields.io/badge/coverage-100%25%C2%A0-2acf49) | [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 @@
### 2.4.9

Various small improvements

### 2.4.8

Various small improvements
Expand Down
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "mulle-unicode",
"version" : "2.4.8",
"version" : "2.4.9",
"description" : "🈚 Unicode ctype like library",
"keywords" : [],
"license" : "BSD-3-Clause",
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/mulle-unicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#ifndef mulle_unicode_h__
#define mulle_unicode_h__

#define MULLE__UNICODE_VERSION ((2UL << 20) | (4 << 8) | 8)
#define MULLE__UNICODE_VERSION ((2UL << 20) | (4 << 8) | 9)

#include "include.h"

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

#if defined( MULLE__C11_VERSION)
# ifndef MULLE__C11_VERSION_MIN
# define MULLE__C11_VERSION_MIN ((4UL << 20) | (5 << 8) | 0)
# define MULLE__C11_VERSION_MIN ((4UL << 20) | (6 << 8) | 0)
# endif
# ifndef MULLE__C11_VERSION_MAX
# define MULLE__C11_VERSION_MAX ((5UL << 20) | (0 << 8) | 0)
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 fc25d13

Please sign in to comment.