bump version number
This commit is contained in:
		
							parent
							
								
									2f5252dc0d
								
							
						
					
					
						commit
						b89168d1b0
					
				| @ -34,7 +34,7 @@ Binaries funded in this way will then be available to all. | ||||
| This is a quick way to help the project and your fellow users! | ||||
| For other install options, and more installation help, see the [Installation Guide](INSTALL.html). | ||||
| 
 | ||||
| The current hledger release is 0.19.3. | ||||
| The current hledger release is 0.20. | ||||
| Here are the available binaries (but they're out of date.. you don't want | ||||
| them.. see the [Installation Guide](INSTALL.html)..): | ||||
| 
 | ||||
|  | ||||
| @ -4,7 +4,7 @@ title: hledger user manual | ||||
| 
 | ||||
| # User manual | ||||
| 
 | ||||
| For: latest developer version | ||||
| For: hledger 0.20 | ||||
| 
 | ||||
| ## Introduction | ||||
| 
 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| name:           hledger-lib | ||||
| version: 0.19.4 | ||||
| version: 0.20 | ||||
| category:       Finance | ||||
| synopsis:       Core data types, parsers and utilities for the hledger accounting tool. | ||||
| description: | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| name:           hledger-web | ||||
| -- also in cpp-options below | ||||
| version: 0.19.4 | ||||
| version: 0.20 | ||||
| category:       Finance | ||||
| synopsis:       A web interface for the hledger accounting tool. | ||||
| description:     | ||||
| @ -99,7 +99,7 @@ library | ||||
|     --     Buildable: False | ||||
| 
 | ||||
|     ghc-options:   -Wall -fno-warn-unused-do-bind | ||||
|     cpp-options:   -DVERSION="0.19.4" | ||||
|     cpp-options:   -DVERSION="0.20" | ||||
|     if flag(dev) || flag(library-only) | ||||
|         cpp-options:   -DDEVELOPMENT | ||||
| 
 | ||||
| @ -141,8 +141,8 @@ library | ||||
|                    , warp                          >= 1.3        && < 1.4 | ||||
|                    , data-default | ||||
| 
 | ||||
|                    , hledger == 0.19.4 | ||||
|                    , hledger-lib == 0.19.4 | ||||
|                    , hledger == 0.20 | ||||
|                    , hledger-lib == 0.20 | ||||
|                    , cmdargs >= 0.10 && < 0.11 | ||||
|                    , directory | ||||
|                    , filepath | ||||
| @ -171,7 +171,7 @@ library | ||||
| 
 | ||||
| 
 | ||||
| executable         hledger-web | ||||
|     cpp-options:   -DVERSION="0.19.4" | ||||
|     cpp-options:   -DVERSION="0.20" | ||||
| 
 | ||||
|     if flag(library-only) | ||||
|         Buildable: False | ||||
| @ -219,8 +219,8 @@ executable         hledger-web | ||||
| 
 | ||||
|     build-depends: | ||||
|                      hledger-web | ||||
|                    , hledger == 0.19.4 | ||||
|                    , hledger-lib == 0.19.4 | ||||
|                    , hledger == 0.20 | ||||
|                    , hledger-lib == 0.20 | ||||
|                    , base                          >= 4.3        && < 5 | ||||
|                    , cmdargs >= 0.10 && < 0.11 | ||||
|                    , directory | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| name:           hledger | ||||
| -- also in cpp-options below | ||||
| version: 0.19.4 | ||||
| version: 0.20 | ||||
| category:       Finance | ||||
| synopsis:       The main command-line interface for the hledger accounting tool. | ||||
| description: | ||||
| @ -41,7 +41,7 @@ flag threaded | ||||
|     Default:       True | ||||
| 
 | ||||
| library | ||||
|   cpp-options:    -DVERSION="0.19.4" | ||||
|   cpp-options:    -DVERSION="0.20" | ||||
|   ghc-options:    -W | ||||
|   -- should be the same as below | ||||
|   exposed-modules: | ||||
| @ -62,7 +62,7 @@ library | ||||
|                   Hledger.Cli.Stats | ||||
|   -- should be the same as below | ||||
|   build-depends: | ||||
|                   hledger-lib == 0.19.4 | ||||
|                   hledger-lib == 0.20 | ||||
|                  ,base >= 4.3 && < 5 | ||||
|                  -- ,cabal-file-th | ||||
|                  ,containers | ||||
| @ -110,13 +110,13 @@ executable hledger | ||||
|                   Hledger.Cli.Print | ||||
|                   Hledger.Cli.Register | ||||
|                   Hledger.Cli.Stats | ||||
|   cpp-options:    -DVERSION="0.19.4" | ||||
|   cpp-options:    -DVERSION="0.20" | ||||
|   ghc-options:    -W | ||||
|   if flag(threaded) | ||||
|        ghc-options:   -threaded | ||||
|  -- should be the same as above | ||||
|   build-depends: | ||||
|                   hledger-lib == 0.19.4 | ||||
|                   hledger-lib == 0.20 | ||||
|                  ,base >= 4.3 && < 5 | ||||
|                  ,containers | ||||
|                  ,cmdargs >= 0.10 && < 0.11 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user