File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 2.2, 2023-10-08
4+ 2.2, 2023-10-09
55---------------
66- add line number and word-wrap toggles to more controls
77- add diagram export to Tools-menu
Original file line number Diff line number Diff line change 1010
1111@author Erki Suurjaak
1212@created 21.08.2019
13- @modified 08 .10.2023
13+ @modified 09 .10.2023
1414------------------------------------------------------------------------------
1515"""
1616try : from ConfigParser import RawConfigParser # Py2
3030
3131"""Program title, version number and version date."""
3232Title = "SQLitely"
33- Version = "2.2.dev57 "
34- VersionDate = "08 .10.2023"
33+ Version = "2.2"
34+ VersionDate = "09 .10.2023"
3535
3636if getattr (sys , "frozen" , False ):
3737 # Running as a pyinstaller executable
You can’t perform that action at this time.
0 commit comments