Bump version to 0.4.0.
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
# qcma spec file
 | 
					# qcma spec file
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%define _version 0.3.13
 | 
					%define _version 0.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%if "%{_version}" == "testing" || "%{_version}" == "master"
 | 
					%if "%{_version}" == "testing" || "%{_version}" == "master"
 | 
				
			||||||
%define _verprefix %{_version}
 | 
					%define _verprefix %{_version}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,8 +10,8 @@
 | 
				
			|||||||
!define PRODUCT_NAME "Qcma"
 | 
					!define PRODUCT_NAME "Qcma"
 | 
				
			||||||
!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 3
 | 
					!define PRODUCT_VERSION_MINOR 4
 | 
				
			||||||
!define PRODUCT_VERSION_BUILD 13
 | 
					!define PRODUCT_VERSION_BUILD 0
 | 
				
			||||||
!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.3.13
 | 
					VERSION = 0.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# enable pkg-config on osx/windows
 | 
					# enable pkg-config on osx/windows
 | 
				
			||||||
QT_CONFIG -= no-pkg-config
 | 
					QT_CONFIG -= no-pkg-config
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,16 @@
 | 
				
			|||||||
 | 
					qcma (0.4.0) unstable; urgency=low
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Allow driver selection in components page.
 | 
				
			||||||
 | 
					  * Make ffmpeg optional for macOS builds.
 | 
				
			||||||
 | 
					  * Removed system tray plugins.
 | 
				
			||||||
 | 
					  * Added button to save current listing to json.
 | 
				
			||||||
 | 
					  * Inject version info into embedded xml and ignore local xml file by default.
 | 
				
			||||||
 | 
					  * Added check for 3.60 update pup.
 | 
				
			||||||
 | 
					  * Fix folder open button in backup manager.
 | 
				
			||||||
 | 
					  * Implement automatic database refresh on root category listing.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- codestation <codestation404@gmail.com>  Thu, 01 Sep 2016 00:00:00 -0000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
qcma (0.3.13) unstable; urgency=low
 | 
					qcma (0.3.13) unstable; urgency=low
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Notify the user if an update check is being made.
 | 
					  * Notify the user if an update check is being made.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }
 | 
					[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sed -i "s/%define _version.*/%define _version $1/" rpmbuild/qcma.spec
 | 
					sed -i "s/%define _version.*/%define _version $1/" buildscripts/rpmbuild/qcma.spec
 | 
				
			||||||
sed -i "s/VERSION = .*/VERSION = $1/"     config.pri
 | 
					sed -i "s/VERSION = .*/VERSION = $1/"     config.pri
 | 
				
			||||||
echo "Don't forget to update the changelog and nsis script"
 | 
					echo "Don't forget to update the changelog and nsis script"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user