Skip to content

Commit

Permalink
Prepare for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Feb 11, 2019
1 parent c52235c commit 5b03f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'maven-publish'

group = 'com.github.calimero'
version = '2.4-rc2'
version = '2.4'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-parent</artifactId>
<version>2.4-rc2</version>
<version>2.4</version>
</parent>
<artifactId>calimero-core</artifactId>
<name>Calimero-core Library</name>
Expand Down
6 changes: 3 additions & 3 deletions src/tuwien/auto/calimero/Settings.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Calimero 2 - A library for KNX network access
Copyright (c) 2006, 2018 B. Malinowsky
Copyright (c) 2006, 2019 B. Malinowsky
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
Expand Down Expand Up @@ -48,13 +48,13 @@
*/
public final class Settings
{
private static final String version = "2.4-rc2";
private static final String version = "2.4";
private static final String library = "Calimero";
private static final String desc = "A library for KNX network access";

private static final String tuwien = "Vienna University of Technology";
private static final String group = "Automation Systems Group";
private static final String copyright = "Copyright \u00A9 2006-2018";
private static final String copyright = "Copyright \u00A9 2006-2019";

// aligns the bundle package name following the friendly name,
// works for friendly name with max length of 20 chars
Expand Down

0 comments on commit 5b03f30

Please sign in to comment.