| Submitter | Yann E. MORIN |
|---|---|
| Date | Feb. 17, 2013, 11:22 p.m. |
| Message ID | <4bf3c452a507d4997f869875e4fd412a3af1a5cd.1361143078.git.yann.morin.1998@free.fr> |
| Download | mbox | patch |
| Permalink | /patch/221118/ |
| State | Not Applicable |
| Headers | show |
Comments
Peter, All, On Monday 18 February 2013 Yann E. MORIN wrote: > From: Peter Korsgaard <jacmet@sunsite.dk> > > Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 3f967b2..1300725 100644 > --- a/Makefile > +++ b/Makefile > @@ -24,7 +24,7 @@ > #-------------------------------------------------------------- > > # Set and export the version string > -export BR2_VERSION:=2013.02-rc1 > +export BR2_VERSION:=2013.05-git Hmmm. I used the wrong starting point when sending this series. Sorry. :-( Regards, Yann E. MORIN.
Patch
diff --git a/Makefile b/Makefile index 3f967b2..1300725 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2013.02-rc1 +export BR2_VERSION:=2013.05-git # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81