Re: git: 4e0e273a8c - main - Bump -CURRENT version number
- In reply to: Ryusuke SUZUKI : "git: 4e0e273a8c - main - Bump -CURRENT version number"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 15:38:46 UTC
On 1/28/22 11:28, Ryusuke SUZUKI wrote: > The branch main has been updated by ryusuke: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=4e0e273a8cb1478c9a8c7f95530b9887f6cf60ad > > commit 4e0e273a8cb1478c9a8c7f95530b9887f6cf60ad > Author: Ryusuke SUZUKI <ryusuke@FreeBSD.org> > AuthorDate: 2022-01-28 15:27:48 +0000 > Commit: Ryusuke SUZUKI <ryusuke@FreeBSD.org> > CommitDate: 2022-01-28 15:27:48 +0000 > > Bump -CURRENT version number > --- > documentation/content/en/books/handbook/introduction/_index.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc > index 77fa5f9303..4d34253666 100644 > --- a/documentation/content/en/books/handbook/introduction/_index.adoc > +++ b/documentation/content/en/books/handbook/introduction/_index.adoc > @@ -194,7 +194,7 @@ Despite being still more than a little rough around the edges, the release was a > > Since that time, FreeBSD has made a series of releases each time improving the stability, speed, and feature set of the previous version. > > -For now, long-term development projects continue to take place in the 10.X-CURRENT (trunk) branch, and snapshot releases of 10.X are continually made available from link:ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/[the snapshot server] as work progresses. > +For now, long-term development projects continue to take place in the 14.0-CURRENT (trunk) branch, and snapshot releases of 14.0 are continually made available from link:ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/[the snapshot server] as work progresses. > Hi, It may be better to use the variable {rel-head} from releases.adoc, rather than hard-coding the version. That way, it will always be up to date. Also, I think 'trunk' should be changed to 'main', now that we have transitioned from subversion to git. Cheers, Mitchell > [[goals]] > === FreeBSD Project Goals >