diff options
author | root <root> | 2012-02-04 18:55:50 +0000 |
---|---|---|
committer | root <root> | 2012-02-04 18:55:50 +0000 |
commit | 17a065102d394e99a685c1f65b9fd28bad95ca04 (patch) | |
tree | 9ba674281400b00ce9d742d1410e350592c9c32a /ev.h | |
parent | 8bd5d2a25946234c4a1fe548d2422e45a7525b76 (diff) |
4.11
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * libev native API header * - * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de> + * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -199,7 +199,7 @@ struct ev_loop; /*****************************************************************************/ #define EV_VERSION_MAJOR 4 -#define EV_VERSION_MINOR 4 +#define EV_VERSION_MINOR 11 /* eventmask, revents, events... */ enum { |