Skip to content

Commit

Permalink
Upgrade revision version number
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jan 6, 2018
1 parent ae5c149 commit ec007cc
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 @@ -26,7 +26,7 @@ CC=gcc
CFLAGS=-c -pedantic -std=gnu99 -fPIC -Wall -D_REENTRANT -I$(PREFIX)/include -I$(LIBORCANIA_LOCATION) -I$(LIBYDER_LOCATION) $(ADDITIONALFLAGS) $(JANSSONFLAG) $(CURLFLAG) $(WEBSOCKETFLAG)
LIBS=-L$(PREFIX)/lib -L$(LIBORCANIA_LOCATION) -L$(LIBYDER_LOCATION) -lc -lmicrohttpd -lyder -lorcania -lpthread
OUTPUT=libulfius.so
VERSION=2.2
VERSION=2.2.1

ifndef JANSSONFLAG
LJANSSON=-ljansson
Expand Down
2 changes: 1 addition & 1 deletion src/ulfius.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define U_ERROR_LIBCURL 5 // Error in libcurl execution
#define U_ERROR_NOT_FOUND 6 // Something was not found

#define ULFIUS_VERSION 2.2
#define ULFIUS_VERSION 2.2.1

#define U_CALLBACK_CONTINUE 0
#define U_CALLBACK_COMPLETE 1
Expand Down

0 comments on commit ec007cc

Please sign in to comment.