Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Now working on 0.8.0
  • Loading branch information
isaacs committed Jun 20, 2012
1 parent fbc2ad5 commit e401740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node_version.h
Expand Up @@ -23,9 +23,9 @@
#define NODE_VERSION_H

#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 7
#define NODE_PATCH_VERSION 12
#define NODE_VERSION_IS_RELEASE 1
#define NODE_MINOR_VERSION 8
#define NODE_PATCH_VERSION 0
#define NODE_VERSION_IS_RELEASE 0

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit e401740

Please sign in to comment.