Bump version
This commit is contained in:
		@@ -16,4 +16,4 @@ documentation in the following modules first:
 | 
			
		||||
__app_name__     = "moment"
 | 
			
		||||
__display_name__ = "Moment"
 | 
			
		||||
__reverse_dns__  = "xyz.mx-moment"
 | 
			
		||||
__version__      = "0.7.2"
 | 
			
		||||
__version__      = "0.7.3"
 | 
			
		||||
 
 | 
			
		||||
@@ -365,7 +365,7 @@ int main(int argc, char *argv[]) {
 | 
			
		||||
    QApplication::setOrganizationName("moment");
 | 
			
		||||
    QApplication::setApplicationName("moment");
 | 
			
		||||
    QApplication::setApplicationDisplayName("Moment");
 | 
			
		||||
    QApplication::setApplicationVersion("0.7.2");
 | 
			
		||||
    QApplication::setApplicationVersion("0.7.3");
 | 
			
		||||
    QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
 | 
			
		||||
 | 
			
		||||
    // app needs to be constructed before attempting to migrate
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user