[Pkg-javascript-commits] [node-expat] 36/371: node-expat 1.0.0
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit dd998d8f87a895e6acb00435d50a636238cdfc8d
Author: Astro <astro at spaceboyz.net>
Date: Mon Jul 12 20:37:32 2010 +0200
node-expat 1.0.0
---
package.json | 4 ++--
wscript | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 7786ef7..d5f7c61 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{ "name": "node-expat"
-,"version": "0.0.4"
+,"version": "1.0.0"
,"main": "./build/default"
-,"description": "CommonJS module for XML parsing."
+,"description": "NodeJS binding for fast XML parsing."
,"scripts" : { "install" : "./install.sh" }
,"dependencies": []
}
\ No newline at end of file
diff --git a/wscript b/wscript
index 040813e..7d2fc6d 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
-VERSION = '0.0.1'
+VERSION = '1.0.0'
def set_options(opt):
opt.tool_options('compiler_cxx')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list