Skip to content

Commit

Permalink
Increase version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Aug 3, 2017
1 parent 2a32d3f commit 2914d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PREFIX=/usr/local
CFLAGS=-c -fPIC -Wall -I$(PREFIX)/include $(FLAGS_SQLITE) $(FLAGS_MARIADB) $(FLAGS_PGSQL) -D_REENTRANT $(ADDITIONALFLAGS)
LIBS=-L$(PREFIX)/lib -lc -ljansson -lyder -lorcania $(LIBS_SQLITE) $(LIBS_PGSQL) $(LIBS_MARIADB)
OUTPUT=libhoel.so
VERSION=1.1
VERSION=1.1.1

all: release

Expand Down
2 changes: 1 addition & 1 deletion src/hoel.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef __HOEL_H__
#define __HOEL_H__

#define HOEL_VERSION 1.1
#define HOEL_VERSION 1.1.1

#include <jansson.h>

Expand Down

0 comments on commit 2914d67

Please sign in to comment.