Bump version to v1.2

This commit is contained in:
Luca D'Amico 2024-08-11 19:25:36 +02:00
parent e788d95289
commit fb12309ea0
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>NDS Factory V1.1</string>
<string>NDS Factory V1.2</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>

View File

@ -1,6 +1,6 @@
#ifndef REVISION_H
#define REVISION_H
#define GIT_COMMIT_HASH "921eef8"
#define GIT_COMMIT_HASH "e788d95"
#endif