Show
Ignore:
Timestamp:
02/26/11 15:16:19 (2 years ago)
Author:
mbutscher
Message:

branches/stable-2.0:
2.0_1

branches/stable-2.1:
2.1rc01
* Removed annoying "blinking" on current heading in doc structure

window (thanks to Christian Ziemski)

* Internal: Bug fixed: Non-working old functions for todo handling

still present

branches/mbutscher/work:
2.2beta01
* Internal: Small reorganization (seldom used imports moved into

functions)

* Internal: Bug fixed: Non-working old functions for todo handling

still present

* Progress with file management, now dialogs available but far from

complete

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mbutscher/work/Consts.py

    r247 r250  
    2424# (2, 0, 300, 0) is 2.0final 
    2525 
    26 VERSION_TUPLE = ("wikidPad", 2, 1, 111, 0) 
    27 VERSION_STRING = "wikidPad 2.1beta11" 
     26VERSION_TUPLE = ("wikidPad", 2, 2, 101, 0) 
     27VERSION_STRING = "wikidPad 2.2beta01" 
    2828HOMEPAGE = u"http://wikidpad.sourceforge.net" 
    2929