~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-19 15:00:14 UTC
  • mfrom: (1.3.13)
  • Revision ID: package-import@ubuntu.com-20120419150014-g3pyg7snztb4zyt8
Tags: 1:1.1.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
3
APPNAME = 'ldb'
4
 
VERSION = '1.1.5'
 
4
VERSION = '1.1.6'
5
5
 
6
6
blddir = 'bin'
7
7