mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
bump version
This commit is contained in:
parent
57647f71b7
commit
1d751d68ba
1 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
import os, sys
|
import os, sys
|
||||||
from aqt.qt import *
|
from aqt.qt import *
|
||||||
|
|
||||||
appVersion="2.0-alpha9"
|
appVersion="2.0-beta1"
|
||||||
appWebsite="http://ankisrs.net/"
|
appWebsite="http://ankisrs.net/"
|
||||||
appHelpSite="http://ankisrs.net/docs/dev/manual.html"
|
appHelpSite="http://ankisrs.net/docs/dev/manual.html"
|
||||||
appChanges="http://ankisrs.net/docs/dev/changes.html"
|
appChanges="http://ankisrs.net/docs/dev/changes.html"
|
||||||
|
@ -14,10 +14,6 @@ mw = None # set on init
|
||||||
|
|
||||||
moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
||||||
|
|
||||||
# py2exe
|
|
||||||
# if hasattr(sys, "frozen"):
|
|
||||||
# sys.path.append(moduleDir)
|
|
||||||
|
|
||||||
# Dialog manager - manages modeless windows
|
# Dialog manager - manages modeless windows
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue