bump version to 0.4.2
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
# qcma spec file
 | 
					# qcma spec file
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%define _version 0.4.1
 | 
					%define _version 0.4.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%if "%{_version}" == "testing" || "%{_version}" == "master"
 | 
					%if "%{_version}" == "testing" || "%{_version}" == "master"
 | 
				
			||||||
%define _verprefix %{_version}
 | 
					%define _verprefix %{_version}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@
 | 
				
			|||||||
!define PRODUCT_EXE_NAME "qcma.exe"
 | 
					!define PRODUCT_EXE_NAME "qcma.exe"
 | 
				
			||||||
!define PRODUCT_VERSION_MAJOR 0
 | 
					!define PRODUCT_VERSION_MAJOR 0
 | 
				
			||||||
!define PRODUCT_VERSION_MINOR 4
 | 
					!define PRODUCT_VERSION_MINOR 4
 | 
				
			||||||
!define PRODUCT_VERSION_BUILD 1
 | 
					!define PRODUCT_VERSION_BUILD 2
 | 
				
			||||||
!define PRODUCT_PUBLISHER "codestation"
 | 
					!define PRODUCT_PUBLISHER "codestation"
 | 
				
			||||||
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"
 | 
					!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
VERSION = 0.4.1
 | 
					VERSION = 0.4.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# enable pkg-config on osx/windows
 | 
					# enable pkg-config on osx/windows
 | 
				
			||||||
QT_CONFIG -= no-pkg-config
 | 
					QT_CONFIG -= no-pkg-config
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user