~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to src/node_version.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#define NODE_MAJOR_VERSION 0
26
26
#define NODE_MINOR_VERSION 10
27
 
#define NODE_PATCH_VERSION 21
 
27
#define NODE_PATCH_VERSION 22
28
28
 
29
29
#define NODE_VERSION_IS_RELEASE 1
30
30