diff options
Diffstat (limited to 'netio.h')
-rw-r--r-- | netio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #include <stdint.h> #include <maptime.h> -#define NETIO_VERSION "0.1" +#define NETIO_VERSION "0.2" #define OPENONLY_STATE_MODES (O_CREAT|O_EXCL|O_NOLINK|O_NOTRANS|O_NONBLOCK) |