Skip to content

Commit

Permalink
Version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanssen committed Oct 9, 2019
1 parent 5756177 commit e82933a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aprsd/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 by LA7ECA, Øyvind Hanssen (ohanssen@acm.org)
* Copyright (C) 2019 by LA7ECA, Øyvind Hanssen (ohanssen@acm.org)
*
* 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 @@ -29,7 +29,7 @@

public class Main implements ServerAPI
{
public static String version = "2.1+";
public static String version = "2.1.2";
public static String toaddr = "APPS21";

private static StationDB db = null;
Expand Down

0 comments on commit e82933a

Please sign in to comment.