Skip to content

Commit

Permalink
Create release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leadrien committed Dec 18, 2018
1 parent ba913f8 commit f137676
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.cburch
name = logisim-evolution
version = 2.14.7
version = 2.15.0
4 changes: 2 additions & 2 deletions src/main/java/com/cburch/logisim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ public static void main(String[] args) throws Exception {

final static Logger logger = LoggerFactory.getLogger(Main.class);

public static final LogisimVersion VERSION = LogisimVersion.get(2, 14, 7,
public static final LogisimVersion VERSION = LogisimVersion.get(2, 15, 0,
LogisimVersion.FINAL_REVISION);

public static final String VERSION_NAME = VERSION.toString();
public static final int COPYRIGHT_YEAR = 2014;
public static final int COPYRIGHT_YEAR = 2018;

public static boolean ANALYZE = false;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/de/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
We have decided to release this new Logisim version under the name <strong>logisim-evolution</strong>, to highlight the large number of changes that occurred in these years, and we actively seek the contribution of the community.
</p>
<p>
<b>Copyright 2014 HES-SO</b>
<b>Copyright 2018 HES-SO</b>
</p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. (see below license)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/el/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
We have decided to release this new Logisim version under the name <strong>logisim-evolution</strong>, to highlight the large number of changes that occurred in these years, and we actively seek the contribution of the community.
</p>
<p>
<b>Copyright 2014 HES-SO</b>
<b>Copyright 2018 HES-SO</b>
</p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. (see below license)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/en/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
We have decided to release this new Logisim version under the name <strong>logisim-evolution</strong>, to highlight the large number of changes that occurred in these years, and we actively seek the contribution of the community.
</p>
<p>
<b>Copyright 2014 HES-SO</b>
<b>Copyright 2018 HES-SO</b>
</p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. (see below license)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/es/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
We have decided to release this new Logisim version under the name <strong>logisim-evolution</strong>, to highlight the large number of changes that occurred in these years, and we actively seek the contribution of the community.
</p>
<p>
<b>Copyright 2014 HES-SO</b>
<b>Copyright 2018 HES-SO</b>
</p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. (see below license)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/fr/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
Nous avons décidé de sortir cette nouvelle version de Logisim sous le nom <strong>logisim-evolution</strong>, pour mettre en évidence le grand nombre de changements intervenus au cours de ces années et nous recherchons activement la contribution de la communauté.
</p>
<p>
<b>Copyrigt 2014 HES-SO</b>
<b>Copyrigt 2018 HES-SO</b>
</p>
<p>
Suivant les termes de la GNU General Public License telle que publiée par la Free Software Foundation , soit la version 3 de la Licence. Ce programme est distribué dans l’espoir qu’il sera utile, mais SANS AUCUNE GARANTIE : sans même la garantie implicite de COMMERCIALISABILITÉ ni d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez la GNU General Public License pour plus de détails. (voir ci-dessous license)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/doc/it/html/guide/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
We have decided to release this new Logisim version under the name <strong>logisim-evolution</strong>, to highlight the large number of changes that occurred in these years, and we actively seek the contribution of the community.
</p>
<p>
<b>Copyright 2014 HES-SO</b>
<b>Copyright 2018 HES-SO</b>
</p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. (see below license)
Expand Down

0 comments on commit f137676

Please sign in to comment.