Skip to content

Commit

Permalink
feat: 0.3.8 bump amboso to 1.6.11 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabaut authored Nov 6, 2023
1 parent 495ad95 commit 7bbe81c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion amboso
1 change: 1 addition & 0 deletions bin/stego.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ tests# tests folder name
0.3.5# Shush stderr message, return null on bad kls_temp_start()
0.3.6# Run indent -i4 -linux on all source files
0.3.7# Switch to astyle for format, bump amboso to 1.6.10
0.3.8# Bump amboso to 1.6.11
4 changes: 4 additions & 0 deletions bin/v0.3.8/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#amboso compliant version folder, will ignore everything inside BUT the gitignore, to keep the clean dir
*
!.gitignore
!static
1 change: 1 addition & 0 deletions bin/v0.3.8/static
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the package name and version
AC_INIT([koliseo], [0.3.7], [[email protected]])
AC_INIT([koliseo], [0.3.8], [[email protected]])

# Verify automake version and enable foreign option
AM_INIT_AUTOMAKE([foreign -Wall])
Expand Down Expand Up @@ -48,7 +48,7 @@ fi
# Set a default version number if not specified externally
AC_ARG_VAR([VERSION], [Version number])
if test -z "$VERSION"; then
VERSION="0.3.7"
VERSION="0.3.8"
fi

# Output variables to the config.h header
Expand Down
2 changes: 1 addition & 1 deletion docs/koliseo.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "koliseo"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.3.7"
PROJECT_NUMBER = "0.3.8"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions src/koliseo.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define KLS_MAJOR 0 /**< Represents current major release.*/
#define KLS_MINOR 3 /**< Represents current minor release.*/
#define KLS_PATCH 6 /**< Represents current patch release.*/
#define KLS_PATCH 8 /**< Represents current patch release.*/

/*! \mainpage Koliseo index page
*
Expand Down Expand Up @@ -156,7 +156,7 @@ static const int KOLISEO_API_VERSION_INT =
/**
* Defines current API version string.
*/
static const char KOLISEO_API_VERSION_STRING[] = "0.3.7"; /**< Represents current version with MAJOR.MINOR.PATCH format.*/
static const char KOLISEO_API_VERSION_STRING[] = "0.3.8"; /**< Represents current version with MAJOR.MINOR.PATCH format.*/

const char *string_koliseo_version(void);

Expand Down
2 changes: 1 addition & 1 deletion static/amboso.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-only
#ifndef AMBOSO_H
#define AMBOSO_H
#define AMBOSO_CV "1.6.6"
#define AMBOSO_CV "1.6.11"
char *getAmbosoVersion(void);
#endif

0 comments on commit 7bbe81c

Please sign in to comment.