Commit 2ba076f7 authored by jean-pierre charras's avatar jean-pierre charras

version id update

parents 7e1745da 2624b7b5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
#ifndef KICAD_BUILD_VERSION #ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(2010-12-23 BZR 2682)" #define KICAD_BUILD_VERSION "(2011-01-07 BZR 2718)"
#endif #endif
//#define VERSION_STABILITY "stable" //#define VERSION_STABILITY "stable"
......
...@@ -498,7 +498,7 @@ void SCH_SCREEN::addConnectedItemsToBlock( const wxPoint& position ) ...@@ -498,7 +498,7 @@ void SCH_SCREEN::addConnectedItemsToBlock( const wxPoint& position )
SCH_ITEM* item; SCH_ITEM* item;
ITEM_PICKER picker; ITEM_PICKER picker;
for( item = GetDrawItems(); item != NULL; item = item = item->Next() ) for( item = GetDrawItems(); item != NULL; item = item->Next() )
{ {
picker.m_PickedItem = item; picker.m_PickedItem = item;
picker.m_PickedItemType = item->Type(); picker.m_PickedItemType = item->Type();
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
; General Product Description Definitions ; General Product Description Definitions
!define PRODUCT_NAME "KiCad" !define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2010.12.22" !define PRODUCT_VERSION "2011.01.06"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/" !define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME "" !define COMPANY_NAME ""
......
release version: release version:
2010 dec 23 (BZR 2682) 2011 jan 07 (BZR 2718)
files (.zip,.tgz): files (.zip,.tgz):
kicad-2010-12-23 kicad-2011-01-07
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