Sfoglia il codice sorgente

Version angepasst.

Rind 3 anni fa
parent
commit
5d6bc92854
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      .gitignore
  2. 1 1
      src/main.h

+ 1 - 0
.gitignore

@@ -9,5 +9,6 @@ Debug/
 Profile/
 Release/
 install/
+res/
 *.pro.user
 *.bak

+ 1 - 1
src/main.h

@@ -12,7 +12,7 @@ extern "C" {
 // main.h - Declarations:
 
 #define GFA_FU_VER_MAJOR						1
-#define GFA_FU_VER_MINOR						0
+#define GFA_FU_VER_MINOR						1
 #define GFA_FU_VER_REVISION						0
 
 #define UNUSED(x)								(void)x