~exaile-devel/exaile/3.3.x

« back to all changes in this revision

Viewing changes to xl/version.py

  • Committer: Dustin Spicuzza
  • Date: 2013-10-26 21:04:34 UTC
  • Revision ID: dustin@virtualroadside.com-20131026210434-ycgg5w67dy1dvgl3
Bump version number for 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import xdg
28
28
 
29
29
major = "3.3"
30
 
minor = "1"
 
30
minor = "2"
31
31
extra = ""
32
32
 
33
33
def get_latest_bzr_revno(directory):