~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/libs/globals.py

  • Committer: AJ00200
  • Date: 2011-11-20 22:54:15 UTC
  • Revision ID: git-v1:29733da166401cee24116f8af2a676432312e75b
v0.1.0 - build #4 - restructured tunnel system. Ready to add new tunnels for Tor and other proxies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
global_vars = {
4
4
    'running': True,
5
5
    'anon+': {
6
 
        'VERSION': 'v0.0.1',
7
 
        'BUILD': 3,
 
6
        'VERSION': 'v0.1.0',
 
7
        'BUILD': 4,
8
8
    }
9
9
}
10
10