This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
Upped version to 2.1.3
pull/35/head
v2.1.3
Chandrashekhar Mullaparthi
14 years ago
parent
0757ff975d
commit
9c4f4149ed
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gitignore
+1
-1
rebar.config
+1
-1
src/ibrowse.app.src
+ 2
- 2
.gitignore
View File
@ -1,2 +1,2 @@
ebin/
*
*
.beam
*~
+ 1
- 1
rebar.config
View File
@ -1 +1 @@
{erl_opts, [warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}.
{erl_opts, [
debug_info,
warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}.
+ 1
- 1
src/ibrowse.app.src
View File
@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "HTTP client application"},
{vsn, "2.1.
2
"},
{vsn, "2.1.
3
"},
{modules, [ ibrowse,
ibrowse_http_client,
ibrowse_app,
Write
Preview
Loading…
Cancel
Save