Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6d8219c
)
THRIFT-983 js: add version Info to the library
author
Roger Meier
<roger@apache.org>
Wed, 9 Mar 2011 15:25:01 +0000
(15:25 +0000)
committer
Roger Meier
<roger@apache.org>
Wed, 9 Mar 2011 15:25:01 +0000
(15:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1079834
13f79535
-47bb-0310-9956-
ffa450edef68
lib/js/thrift.js
patch
|
blob
|
history
diff --git
a/lib/js/thrift.js
b/lib/js/thrift.js
index
4f828cb
..
5c1fdf1
100644
(file)
--- a/
lib/js/thrift.js
+++ b/
lib/js/thrift.js
@@
-17,6
+17,14
@@
* under the License.
*/
var Thrift = {
+ Version: '0.7.0-dev',
+/*
+ Description: 'JavaScript bindings for the Apache Thrift RPC system',
+ License: 'http://www.apache.org/licenses/LICENSE-2.0',
+ Homepage: 'http://thrift.apache.org',
+ BugReports: 'https://issues.apache.org/jira/browse/THRIFT',
+ Maintainer: 'dev@thrift.apache.org',
+*/
Type: {
'STOP' : 0,