[Wgui-cvs] wgui CHANGES,1.140,1.141 Doxyfile,1.15,1.16
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-06-17 15:31:12
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14533 Modified Files: CHANGES Doxyfile Log Message: Version bump. Index: Doxyfile =================================================================== RCS file: /cvsroot/wgui/wgui/Doxyfile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Doxyfile 23 Apr 2004 03:45:43 -0000 1.15 --- Doxyfile 17 Jun 2004 15:31:03 -0000 1.16 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 0.3.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 0.4.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.140 retrieving revision 1.141 diff -C2 -d -r1.140 -r1.141 *** CHANGES 5 May 2004 14:52:34 -0000 1.140 --- CHANGES 17 Jun 2004 15:31:03 -0000 1.141 *************** *** 1,2 **** --- 1,5 ---- + 0.3.3 -> 0.4.0 + + 0.3.2 -> 0.3.3 + Added CRangeControl class: An abstraction of all controls that have a value that's constricted to a certain range (progress bar, scroll bar, etc) |