Stable 4.0.5 release.
Set version string to "4.0.5" in KiCadVersion.cmake Add .gitignore from master branch.
This commit is contained in:
parent
5f01ca8f88
commit
575b22d018
|
@ -0,0 +1,55 @@
|
||||||
|
boost_root
|
||||||
|
.downloads-by-cmake
|
||||||
|
Build*
|
||||||
|
build*
|
||||||
|
common/netlist_keywords.*
|
||||||
|
common/netlist_lexer.h
|
||||||
|
common/pcb_plot_params_lexer.h
|
||||||
|
common/page_layout/page_layout_reader_keywords.cpp
|
||||||
|
common/lib_table_keywords.*
|
||||||
|
common/gal/opengl/shader_src.h
|
||||||
|
include/lib_table_lexer.h
|
||||||
|
include/netlist_lexer.h
|
||||||
|
include/page_layout_reader_lexer.h
|
||||||
|
eeschema/cmp_library_lexer.h
|
||||||
|
eeschema/cmp_library_keywords.*
|
||||||
|
eeschema/dialogs/dialog_bom_cfg_keywords.cpp
|
||||||
|
eeschema/dialogs/dialog_bom_cfg_lexer.h
|
||||||
|
eeschema/dialogs/dialog_bom_help_html.h
|
||||||
|
eeschema/template_fieldnames_keywords.*
|
||||||
|
eeschema/template_fieldnames_lexer.h
|
||||||
|
pcbnew/dialogs/dialog_freeroute_exchange_help_html.h
|
||||||
|
pcbnew/pcb_plot_params_keywords.cpp
|
||||||
|
pcbnew/pcb_plot_params_lexer.h
|
||||||
|
pcb_calculator/attenuators/bridget_tee_formula.h
|
||||||
|
pcb_calculator/attenuators/pi_formula.h
|
||||||
|
pcb_calculator/attenuators/splitter_formula.h
|
||||||
|
pcb_calculator/attenuators/tee_formula.h
|
||||||
|
Makefile
|
||||||
|
CMakeCache.txt
|
||||||
|
auto_renamed_to_cpp
|
||||||
|
Testing
|
||||||
|
version.h
|
||||||
|
config.h
|
||||||
|
install_manifest.txt
|
||||||
|
Documentation/doxygen
|
||||||
|
Documentation/development/doxygen
|
||||||
|
*.bak
|
||||||
|
*.pyc
|
||||||
|
.*.swp
|
||||||
|
*~
|
||||||
|
common/pcb_plot_params_keywords.cpp
|
||||||
|
include/pcb_plot_params_lexer.h
|
||||||
|
pcbnew/specctra_keywords.cpp
|
||||||
|
pcbnew/specctra_lexer.h
|
||||||
|
pcb_calculator/pcb_calculator_datafile_keywords.cpp
|
||||||
|
pcb_calculator/pcb_calculator_datafile_lexer.h
|
||||||
|
new/html
|
||||||
|
new/sch_lib_table_keywords.cpp
|
||||||
|
new/sch_lib_table_lexer.h
|
||||||
|
new/sweet_keywords.cpp
|
||||||
|
new/sweet_lexer.h
|
||||||
|
bitmaps_png/png*
|
||||||
|
bitmaps_png/tmp
|
||||||
|
common/pcb_keywords.cpp
|
||||||
|
include/pcb_lexer.h
|
|
@ -34,4 +34,4 @@
|
||||||
# time this should be set to a value other than "no-vcs-found" is when
|
# time this should be set to a value other than "no-vcs-found" is when
|
||||||
# a source archive is created. This eliminates the need to set
|
# a source archive is created. This eliminates the need to set
|
||||||
# KICAD_VERSION during the build configuration step.
|
# KICAD_VERSION during the build configuration step.
|
||||||
set( KICAD_VERSION "no-vcs-found" )
|
set( KICAD_VERSION "4.0.5" )
|
||||||
|
|
Loading…
Reference in New Issue