diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-10-30 21:01:18 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-10-30 21:01:18 +0000 |
commit | 0f0e363281d939478823f6d05bcab56d901ead06 (patch) | |
tree | 3b7387d91fd2a2ef9aa09d7a73d475e92199f7d1 /version | |
parent | 18e55afed62288a797a09f3ff59ae2146af6ce0f (diff) |
Notes
Diffstat (limited to 'version')
-rw-r--r-- | version | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ -# $Id: version,v 1.43.12.8.2.4 2010/05/10 02:07:03 marka Exp $ +# $Id: version,v 1.43.12.8.4.3 2010/09/03 02:57:11 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. # MAJORVER=9 MINORVER=6 -PATCHVER=2 -RELEASETYPE=-P -RELEASEVER=2 +PATCHVER= +RELEASETYPE=-ESV +RELEASEVER=-R2 |