Bump version number to 3.1
This commit is contained in:
parent
841a09b4a5
commit
720c03b139
3 changed files with 6 additions and 6 deletions
|
|
@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 2.8.5)
|
|||
PROJECT(ledger)
|
||||
|
||||
set(Ledger_VERSION_MAJOR 3)
|
||||
set(Ledger_VERSION_MINOR 0)
|
||||
set(Ledger_VERSION_PATCH 3)
|
||||
set(Ledger_VERSION_DATE 20140608)
|
||||
set(Ledger_VERSION_MINOR 1)
|
||||
set(Ledger_VERSION_PATCH 0)
|
||||
set(Ledger_VERSION_DATE 20141005)
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ major bugs that you find. Just e-mail me, or post to the mailing list,
|
|||
they'll become a part of my work list.
|
||||
|
||||
<table>
|
||||
<tr><td><strong>RELEASE</strong></td><td><tt>git checkout v3.0.3</tt></td></tr>
|
||||
<tr><td><strong>RELEASE</strong></td><td><tt>git checkout v3.1</tt></td></tr>
|
||||
<tr><td><strong>CURRENT</strong></td><td><tt>git checkout maint</tt></td></tr>
|
||||
<tr><td><strong>BETA</strong></td><td><tt>git checkout -b master origin/master</tt></td></tr>
|
||||
<tr><td><strong>ALPHA</strong></td><td><tt>git checkout -b next origin/next</tt></td></tr>
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
, texinfo, gnused }:
|
||||
|
||||
let
|
||||
rev = "20140507";
|
||||
rev = "20141005";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ledger-3.0.3.${rev}";
|
||||
name = "ledger-3.1.0.${rev}";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue