diff --git a/Rakefile b/Rakefile index 03f512a..9d63989 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ require 'csv' # to export BOM and costs # ================= # common name used for file names -name = "template" +name = "pd_blocker" # project version, read from "version" file raise "define project version in 'version' file" unless File.exist? "version" version = IO.read("version").split("\n")[0] diff --git a/template.lht b/pd_blocker.lht similarity index 100% rename from template.lht rename to pd_blocker.lht diff --git a/template.sch b/pd_blocker.sch similarity index 100% rename from template.sch rename to pd_blocker.sch