bump version

This commit is contained in:
Jesús A. Álvarez 2016-04-17 14:16:31 +02:00
parent 4e7bec8ac9
commit 5997cc7683
1 changed files with 1 additions and 1 deletions

2
res.c
View File

@ -27,7 +27,7 @@
#include "res.h"
#include "libres_internal.h"
const char * libres_id = "libres 1.0.0 (C)2008-2009 namedfork.net";
const char * libres_id = "libres 1.0.1 (C)2008-2016 namedfork.net";
RFILE* res_open (const char *path, int mode) {
if (mode != 0) efail(EINVAL);