diff --git a/common/build_version.cpp b/common/build_version.cpp index 2751740a1b..81f60c0a17 100644 --- a/common/build_version.cpp +++ b/common/build_version.cpp @@ -6,7 +6,7 @@ #endif #ifndef KICAD_BUILD_VERSION -#define KICAD_BUILD_VERSION "(2010-12-23 BZR 2682)" +#define KICAD_BUILD_VERSION "(2011-01-07 BZR 2718)" #endif //#define VERSION_STABILITY "stable" diff --git a/eeschema/sch_screen.cpp b/eeschema/sch_screen.cpp index 6ed68e1314..7569f75e2e 100644 --- a/eeschema/sch_screen.cpp +++ b/eeschema/sch_screen.cpp @@ -498,7 +498,7 @@ void SCH_SCREEN::addConnectedItemsToBlock( const wxPoint& position ) SCH_ITEM* item; 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_PickedItemType = item->Type(); diff --git a/packaging/windows/nsis/install.nsi b/packaging/windows/nsis/install.nsi index b86e7d3270..2e509e36b5 100644 --- a/packaging/windows/nsis/install.nsi +++ b/packaging/windows/nsis/install.nsi @@ -17,7 +17,7 @@ ; General Product Description Definitions !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 SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define COMPANY_NAME "" diff --git a/version.txt b/version.txt index cd6369f9f1..a0ab8436b8 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,4 @@ release version: -2010 dec 23 (BZR 2682) +2011 jan 07 (BZR 2718) files (.zip,.tgz): -kicad-2010-12-23 +kicad-2011-01-07