Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2906 couchjs sm version #2911

Merged
merged 6 commits into from May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/couch/priv/couch_js/1.8.5/help.h
Expand Up @@ -16,7 +16,7 @@
#include "config.h"

static const char VERSION_TEMPLATE[] =
"%s - %s\n"
"%s - %s (SpiderMonkey 1.8.5)\n"
"\n"
"Licensed under the Apache License, Version 2.0 (the \"License\"); you may "
"not use\n"
Expand Down
2 changes: 1 addition & 1 deletion src/couch/priv/couch_js/60/help.h
Expand Up @@ -16,7 +16,7 @@
#include "config.h"

static const char VERSION_TEMPLATE[] =
"%s - %s\n"
"%s - %s (SpiderMonkey 60)\n"
"\n"
"Licensed under the Apache License, Version 2.0 (the \"License\"); you may "
"not use\n"
Expand Down
2 changes: 1 addition & 1 deletion src/couch/priv/couch_js/68/help.h
Expand Up @@ -16,7 +16,7 @@
#include "config.h"

static const char VERSION_TEMPLATE[] =
"%s - %s\n"
"%s - %s (SpiderMonkey 68)\n"
"\n"
"Licensed under the Apache License, Version 2.0 (the \"License\"); you may "
"not use\n"
Expand Down
2 changes: 1 addition & 1 deletion src/couch/rebar.config.script
Expand Up @@ -76,7 +76,7 @@ ConfigH = [
{"JSSCRIPT_TYPE", "JSObject*"},
{"COUCHJS_NAME", "\"" ++ CouchJSName++ "\""},
{"PACKAGE", "\"apache-couchdb\""},
{"PACKAGE_BUGREPORT", "\"https://issues.apache.org/jira/browse/COUCHDB\""},
{"PACKAGE_BUGREPORT", "\"https://github.com/apache/couchdb/issues\""},
{"PACKAGE_NAME", "\"Apache CouchDB\""},
{"PACKAGE_STRING", "\"Apache CouchDB " ++ Version ++ "\""},
{"PACKAGE_VERSION", "\"" ++ Version ++ "\""}
Expand Down