update: move RELEASE_CYCLE define to configure.ac

Origin commit data
------------------
Branch: ni/coolstream
Commit: 32a5689d19
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-26 (Tue, 26 Dec 2017)

Origin message was:
------------------
- update: move RELEASE_CYCLE define to configure.ac

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-12-26 00:36:06 +01:00
parent 5a9380eed3
commit 19c2d7f11b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,13 @@
AC_INIT(NI-Neutrino,3.50.0)
define(ver_major, 3)
define(ver_minor, 50)
define(ver_micro, 0)
AC_INIT(NI-Neutrino, ver_major.ver_minor.ver_micro)
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_DEFINE(RELEASE_CYCLE, "ver_major.0", [Release cycle information; used in update code])
TUXBOX_APPS
TUXBOX_APPS_DIRECTORY
TUXBOX_APPS_PKGCONFIG

View File

@@ -91,7 +91,6 @@ extern int allow_flash;
#define LIST_OF_UPDATES_LOCAL_FILENAME "coolstream.list"
#define UPDATE_LOCAL_FILENAME "update.img"
#define RELEASE_CYCLE "3.0"
#define FILEBROWSER_UPDATE_FILTER "img"
#define MTD_OF_WHOLE_IMAGE 0