libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

commit 56de3c54fbcd88c2da91ace7e4df4314c2682648
parent e3de7efbd5abd8fbbe712483e7a59c9841e0c029
Author: Remy Noulin <loader2x@gmail.com>
Date:   Tue,  7 Jan 2020 07:44:32 +0100

new patch release

release/libsheepy.h | 2 +-
src/libsheepy.h     | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Diffstat:
Mrelease/libsheepy.h | 2+-
Msrc/libsheepy.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/libsheepy.h b/release/libsheepy.h @@ -96,7 +96,7 @@ // version accoring to the version package: Release.Major.minor.patch // https://noulin.net/version/file/README.md.html -#define LIBSHEEPY_VERSION "1.1.0.1" +#define LIBSHEEPY_VERSION "1.1.0.2" #ifndef SH_PREFIX #define SH_PREFIX(NAME) NAME diff --git a/src/libsheepy.h b/src/libsheepy.h @@ -96,7 +96,7 @@ // version accoring to the version package: Release.Major.minor.patch // https://noulin.net/version/file/README.md.html -#define LIBSHEEPY_VERSION "1.1.0.1" +#define LIBSHEEPY_VERSION "1.1.0.2" #ifndef SH_PREFIX #define SH_PREFIX(NAME) NAME