bump version
This commit is contained in:
		
							parent
							
								
									f068756a9d
								
							
						
					
					
						commit
						5cf0b9a8a5
					
				
							
								
								
									
										2
									
								
								VERSION
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								VERSION
									
									
									
									
									
								
							@ -1,3 +1,3 @@
 | 
			
		||||
-- the release version. Normally major.minor[.bugfix], must be numeric.
 | 
			
		||||
-- examples: 0.5, 0.5.1 (a bugfix release), 0.5.98 (0.6 alpha), 0.5.99 (0.6 beta)
 | 
			
		||||
0.5
 | 
			
		||||
0.5.1
 | 
			
		||||
@ -5,7 +5,7 @@ import Ledger.Utils
 | 
			
		||||
import Options (progname)
 | 
			
		||||
 | 
			
		||||
-- updated by build process from VERSION
 | 
			
		||||
version       = "0.5.0"
 | 
			
		||||
version       = "0.5.1"
 | 
			
		||||
#ifdef PATCHES
 | 
			
		||||
-- a "make" development build defines PATCHES from the repo state
 | 
			
		||||
patchlevel = "." ++ show PATCHES -- must be numeric !
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
Name:           hledger
 | 
			
		||||
-- updated by build process from VERSION
 | 
			
		||||
Version:        0.5
 | 
			
		||||
Version:        0.5.1
 | 
			
		||||
Category:       Finance
 | 
			
		||||
Synopsis:       A ledger-compatible text-based accounting tool.
 | 
			
		||||
Description:    hledger is a partial haskell clone of John Wiegley's "ledger" text-based
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user