Bump version to 1.3

This commit is contained in:
Luca D'Amico 2024-08-25 18:28:40 +02:00
parent 8f755e4b65
commit 4d94a0dc34
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>NDSFactory V1.2</string>
<string>NDSFactory V1.3</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 "ac5df00"
#define GIT_COMMIT_HASH "8f755e4"
#endif