diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-07 00:40:25 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-03-07 00:40:25 -0500 |
commit | 51f7f140bb797adca309248fd09fba9ce240da1c (patch) | |
tree | 181e52d6171385f7088c8dfb3575fccc7dd6580f /GradeBook_lib.tcl | |
parent | 861fb941e0fa8e4785c1a612378aede5a5921030 (diff) | |
download | GradeBook-51f7f140bb797adca309248fd09fba9ce240da1c.tar.gz GradeBook-51f7f140bb797adca309248fd09fba9ce240da1c.zip |
version bumpedv1.2.2
Ignore-this: 74a8d4933c019be73844379860fae807
darcs-hash:20110307054025-067c0-40d4bb07430614537b79befb44371743f4853bb4.gz
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 4927776..8c6ed8f 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -6,7 +6,7 @@ exec tclsh "$0" "$@" # require Tcl version of at least 8.5 since I use 'ni' and 'in' in expressions for lists package require Tcl 8.5 # internal version of this code -set VERSION 1.2.1 +set VERSION 1.2.2 # Grades category and their html names set grades_category [list \ |