mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Updated versions to 3.1 (r2289)
This commit is contained in:
		@@ -3,9 +3,9 @@ namespace Rainmeter
 | 
				
			|||||||
    public class Version
 | 
					    public class Version
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
#if X64
 | 
					#if X64
 | 
				
			||||||
        public const string Informational = "3.1.0.2159 (64-bit)";
 | 
					        public const string Informational = "3.1.0.2289 (64-bit)";
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
        public const string Informational = "3.1.0.2159 (32-bit)";
 | 
					        public const string Informational = "3.1.0.2289 (32-bit)";
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,9 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
#define FILEVER 3,1,0,2159
 | 
					#define FILEVER 3,1,0,2289
 | 
				
			||||||
#define PRODUCTVER FILEVER
 | 
					#define PRODUCTVER FILEVER
 | 
				
			||||||
#define STRFILEVER "3.1.0.2159"
 | 
					#define STRFILEVER "3.1.0.2289"
 | 
				
			||||||
#define STRPRODUCTVER STRFILEVER
 | 
					#define STRPRODUCTVER STRFILEVER
 | 
				
			||||||
#define APPVERSION L"3.1.0"
 | 
					#define APPVERSION L"3.1.0"
 | 
				
			||||||
#define RAINMETER_VERSION ((3 * 1000000) + (1 * 1000) + 0)
 | 
					#define RAINMETER_VERSION ((3 * 1000000) + (1 * 1000) + 0)
 | 
				
			||||||
const int revision_number = 2159;
 | 
					const int revision_number = 2289;
 | 
				
			||||||
const bool revision_beta = true;
 | 
					const bool revision_beta = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user