Skip to content

Commit

Permalink
upgrade to libmcfg_2 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieEckert committed Nov 15, 2024
1 parent 62d0455 commit ead25ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <stdint.h>
#include <sys/types.h>

#define MCFG_2_VERSION "0.4.0 (develop)"
#define MCFG_2_VERSION "0.4.1 (develop)"

/**
* @brief mcfg's core errors
Expand Down
2 changes: 1 addition & 1 deletion setup.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

MCFG_2_TAG="0.4.0"
MCFG_2_TAG="0.4.1"

function directory_setup() {
if [ -d lib ]; then
Expand Down

0 comments on commit ead25ee

Please sign in to comment.