Changeset 39

Show
Ignore:
Timestamp:
02/07/04 21:47:00 (5 years ago)
Author:
ug
Message:

Set version number to 0.5i

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/devel/kombilo.py

    r7 r39  
    44##   Copyright (C) 2001-3 Ulrich Goertz (u@g0ertz.de) 
    55 
    6 ##   Kombilo 0.5g is a go database program. 
     6##   Kombilo 0.5i is a go database program. 
    77 
    88##   This program is free software; you can redistribute it and/or modify 
     
    3636    t = Text(root, wrap=WORD, width=70, height=12) 
    3737    t.pack() 
    38     t.insert(END, 'Kombilo 0.5g\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
     38    t.insert(END, 'Kombilo 0.5i\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
    3939             'so you have to install it before you can use Kombilo. See the Kombilo tutorial at ' + \ 
    4040             'http://www.u-go.net/kombilo/tutorial#installation or the Pmw web site at ' + \ 
     
    57465746        t = [] 
    57475747         
    5748         t.append('Kombilo 0.5g - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
     5748        t.append('Kombilo 0.5i - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
    57495749        t.append('Kombilo is a go database program.\n') 
    57505750        t.append('You can find more information on Kombilo and the newest ')