Skip to content

Commit

Permalink
Bump version number and year
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Dec 31, 2019
1 parent b173a6b commit 1900ca8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
product.version=0.8.6
grand-core.version=1.9.6
product.version=0.9
grand-core.version=1.9.7

# Not available from repositories

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected final Control createDialogArea(final Composite parent) {
image.setImage(Application.getInstance().getImage(Application.ABOUT_DIALOG_IMAGE));
final Label message = new Label(composite, SWT.NONE);
final StringBuilder messageBuffer = new StringBuilder(
"Grand (C)2004-2019 Christophe Labouisse, distributed under BSD License\nUi: ");
"Grand (C)2004-2020 Christophe Labouisse, distributed under BSD License\nUi: ");
messageBuffer.append(Application.getInstance().getVersionString());
if (coreConfiguration != null) {
messageBuffer.append("\nCore: ").append(coreConfiguration.getVersionString());
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/net/ggtools/grand/ui/buildnum.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Sat, 18 May 2019 09:31:11 +0200
build.time=09\:31\:11
build.number=310
build.version.string=0.8.6
build.date=2019-05-18
#Tue, 31 Dec 2019 21:20:37 +0100
build.time=21\:20\:37
build.number=312
build.version.string=0.9
build.date=2019-12-31

0 comments on commit 1900ca8

Please sign in to comment.