Version bump.

This commit is contained in:
Igor Sysoev 2017-10-20 17:48:38 +03:00
parent a493675dc6
commit 2837d520bb
2 changed files with 3 additions and 3 deletions

View file

@ -240,7 +240,7 @@ END
cat << END > Makefile
NXT_VERSION = 0.1
NXT_VERSION = 0.3
include $NXT_MAKEFILE

View file

@ -11,8 +11,8 @@
#include <nxt_auto_config.h>
#define NXT_VERSION "0.2"
#define NXT_VERNUM 2
#define NXT_VERSION "0.3"
#define NXT_VERNUM 3
typedef struct nxt_port_s nxt_port_t;