File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919	<key CFBundlePackageType </key 
2020	<string APPL </string 
2121	<key CFBundleVersion </key 
22- 	<string 0.99.3  </string 
22+ 	<string 0.99.4  </string 
2323	<key CFBundleShortVersionString </key 
24- 	<string 0.99.3  </string 
24+ 	<string 0.99.4  </string 
2525	<key CFBundleSignature </key 
2626	<string ???? </string 
2727	<key NSPrincipalClass </key 
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ IDI_ICON1 ICON DISCARDABLE "../../icon/icon.ico"
22
33#include <windows.h>
44
5- #define VER_FILEVERSION             0,99,3 ,0
6- #define VER_FILEVERSION_STR         "0.99.3 .0\0"
7- #define VER_PRODUCTVERSION          0,99,3 ,0
8- #define VER_PRODUCTVERSION_STR      "0.99.3 \0"
5+ #define VER_FILEVERSION             0,99,4 ,0
6+ #define VER_FILEVERSION_STR         "0.99.4 .0\0"
7+ #define VER_PRODUCTVERSION          0,99,4 ,0
8+ #define VER_PRODUCTVERSION_STR      "0.99.4 \0"
99#define VER_FILEDESCRIPTION_STR     "Image Viewer"
1010#define VER_INTERNALNAME_STR        "ImageViewer"
1111#define VER_LEGALCOPYRIGHT_STR      "(c) Peter S. Zhigalov, 2017"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ int main(int argc, char *argv[])
5252    app.setOrganizationDomain (QString::fromLatin1 (" fami.codefreak.ru" 
5353    app.setOrganizationName (QString::fromLatin1 (" FAMI Net Team" 
5454    app.setApplicationName (QString::fromLatin1 (" Image Viewer" 
55-     app.setApplicationVersion (QString::fromLatin1 (" 0.99.3 " 
55+     app.setApplicationVersion (QString::fromLatin1 (" 0.99.4 " 
5656#if  !defined (Q_OS_MAC)
5757    app.setWindowIcon (QIcon (QString::fromLatin1 (" :/icon/icon.ico" 
5858    app.setAttribute (Qt::AA_DontShowIconsInMenus, false );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments