Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
2efd4b39
Commit
2efd4b39
authored
Jan 08, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Plain Diff
version id update
parents
7e1745da
2ba076f7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
build_version.cpp
common/build_version.cpp
+1
-1
sch_screen.cpp
eeschema/sch_screen.cpp
+1
-1
install.nsi
packaging/windows/nsis/install.nsi
+4
-0
version.txt
version.txt
+2
-2
No files found.
common/build_version.cpp
View file @
2efd4b39
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#endif
#endif
#ifndef KICAD_BUILD_VERSION
#ifndef KICAD_BUILD_VERSION
#define KICAD_BUILD_VERSION "(201
0-12-23 BZR 2682
)"
#define KICAD_BUILD_VERSION "(201
1-01-07 BZR 2718
)"
#endif
#endif
//#define VERSION_STABILITY "stable"
//#define VERSION_STABILITY "stable"
...
...
eeschema/sch_screen.cpp
View file @
2efd4b39
...
@@ -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
();
...
...
packaging/windows/nsis/install.nsi
View file @
2efd4b39
...
@@ -17,7 +17,11 @@
...
@@ -17,7 +17,11 @@
; General Product Description Definitions
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_NAME "KiCad"
<<<<<<< TREE
!define PRODUCT_VERSION "2011.01.07"
=======
!define PRODUCT_VERSION "2010.12.22"
!define PRODUCT_VERSION "2010.12.22"
>>>>>>> MERGE-SOURCE
!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 ""
...
...
version.txt
View file @
2efd4b39
release version:
release version:
201
0 dec 23 (BZR 2682
)
201
1 jan 07 (BZR 2718
)
files (.zip,.tgz):
files (.zip,.tgz):
kicad-201
0-12-23
kicad-201
1-01-07
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment