mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Extract VERSION to avoid duplication
This commit is contained in:
@ -9,7 +9,10 @@
|
||||
|
||||
class QLibrary;
|
||||
|
||||
#define VERSION "10.0.0"
|
||||
// Compatibility for already released apps that still parse this file for update checks.
|
||||
// TODO: remove after old releases have migrated away from scraping this header.
|
||||
// #define VERSION "10.0.0"
|
||||
#include "version.h"
|
||||
|
||||
// Used to check if the database needs to be updated, the version is stored in the database.
|
||||
// This value is only incremented when the database structure changes.
|
||||
|
||||
Reference in New Issue
Block a user