Commit d64ab5d6 authored by charras's avatar charras

version set to Release Candidate 1.

parent 60171f7a
......@@ -69,18 +69,6 @@ from folks with less than that minimum.
PCBNew
------
P0) JP Charras:
We should need to separate color handling from visibility handling:
Visibilty variables nus be owned by the current board.
(Modedit and Board editor must have separate visibility options:
Modedit should have always all items and layers visibles)
Colors options must be left global
(Modedit and Board editor must have common color options)
P1) Fix the color box which shows which layer is selected, or change tool tip.
It is not tracking layer changes. Look into WinEDA_PcbFrame::syncLayerBox(),
which is probably where fix should go.
>> JP Charras: For me this is now working.
Dick:
P2) Write accessors for all items in PCB_VISIBLE such as grid control, so that
......
......@@ -6,10 +6,10 @@
#endif
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-01-25)"
#define KICAD_BUILD_VERSION "(2010-02-09)"
#endif
#define VERSION_STABILITY "unstable"
#define VERSION_STABILITY "RC1"
/** Function GetBuildVersion()
* Return the build date and version
......
release version:
16 feb 2009
O9 feb 2010
files (.zip,.tgz):
kicad-2009-02-16-final
kicad-2009-02-09-RC1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment