incremented version to 2.3.5
This commit is contained in:
		
							parent
							
								
									8a45090fe9
								
							
						
					
					
						commit
						3070db4aef
					
				@ -13,7 +13,7 @@ RC_ICONS = logo.ico
 | 
				
			|||||||
TARGET = Attorney_Online_remake
 | 
					TARGET = Attorney_Online_remake
 | 
				
			||||||
TEMPLATE = app
 | 
					TEMPLATE = app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = 2.3.4.0
 | 
					VERSION = 2.3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES += main.cpp\
 | 
					SOURCES += main.cpp\
 | 
				
			||||||
        lobby.cpp \
 | 
					        lobby.cpp \
 | 
				
			||||||
 | 
				
			|||||||
@ -137,7 +137,7 @@ public:
 | 
				
			|||||||
private:
 | 
					private:
 | 
				
			||||||
  const int RELEASE = 2;
 | 
					  const int RELEASE = 2;
 | 
				
			||||||
  const int MAJOR_VERSION = 3;
 | 
					  const int MAJOR_VERSION = 3;
 | 
				
			||||||
  const int MINOR_VERSION = 4;
 | 
					  const int MINOR_VERSION = 5;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  QString user_theme = "default";
 | 
					  QString user_theme = "default";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -188,7 +188,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
 | 
				
			|||||||
    if (f_packet.contains("customobjections",Qt::CaseInsensitive))
 | 
					    if (f_packet.contains("customobjections",Qt::CaseInsensitive))
 | 
				
			||||||
        custom_objection_enabled = true;
 | 
					        custom_objection_enabled = true;
 | 
				
			||||||
    if (f_packet.contains("fastloading",Qt::CaseInsensitive))
 | 
					    if (f_packet.contains("fastloading",Qt::CaseInsensitive))
 | 
				
			||||||
        //improved_loading_enabled = true;
 | 
					        improved_loading_enabled = true;
 | 
				
			||||||
    if (f_packet.contains("noencryption",Qt::CaseInsensitive))
 | 
					    if (f_packet.contains("noencryption",Qt::CaseInsensitive))
 | 
				
			||||||
        encryption_needed = false;
 | 
					        encryption_needed = false;
 | 
				
			||||||
    if (f_packet.contains("deskmod",Qt::CaseInsensitive))
 | 
					    if (f_packet.contains("deskmod",Qt::CaseInsensitive))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user