libcalamares: make VERSION in Python modules the full-version

This commit is contained in:
Adriaan de Groot 2023-10-24 15:31:09 +02:00
parent da0ce1d3d6
commit 8bea736651

View File

@ -8,7 +8,7 @@
*/
#include "python/PythonJob.h"
#include "CalamaresVersion.h"
#include "CalamaresVersionX.h"
#include "GlobalStorage.h"
#include "JobQueue.h"
#include "python/Api.h"