Browse Source

VERSION: Increase version to 1.30

Georgi Chorbadzhiyski 7 years ago
parent
commit
373c0e7910
2 changed files with 5 additions and 2 deletions
  1. 3
    0
      ChangeLog
  2. 2
    2
      tomcast.c

+ 3
- 0
ChangeLog View File

@@ -1,3 +1,6 @@
1
+v1.30 | 21 Dec 2016
2
+  * Add web access for monitoring and reconfiguration
3
+
1 4
 v1.20 | 17 Aug 2013
2 5
   * First publicly released version.
3 6
 

+ 2
- 2
tomcast.c View File

@@ -68,8 +68,8 @@
68 68
 #endif
69 69
 
70 70
 char *server_sig = "tomcast";
71
-char *server_ver = "1.15";
72
-char *copyright  = "Copyright (C) 2010-2013 Unix Solutions Ltd.";
71
+char *server_ver = "1.30";
72
+char *copyright  = "Copyright (C) 2010-2016 Unix Solutions Ltd.";
73 73
 
74 74
 static struct config config;
75 75
 

Loading…
Cancel
Save