Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#1459 closed defect (fixed)

[PATCH] change version from 8.2-BETA3 to 8.2.0-BETA3

Reported by: gcooper Owned by:
Priority: major Milestone: 8.2.0-RELEASE
Component: Backend Version: 8.2.0-BETA2
Keywords: Cc:

Description

8.2-BETA3 is inconsistent with the rest of the versioning used in the project and for the past year or so, and could introduce some sorting errors in compare_version by accident. The attached patch switches it over to 8.2.0-BETA3 for consistency.

fuji:freenas gcooper$ svn info build/nano_env 
Path: build/nano_env
Name: nano_env
URL: https://freenas.svn.sourceforge.net/svnroot/freenas/branches/8.2.0/build/nano_env
Repository Root: https://freenas.svn.sourceforge.net/svnroot/freenas
Repository UUID: 4cf76ae3-9415-0410-ad1c-c4f54ce68a01
Revision: 11117
Node Kind: file
Schedule: normal
Last Changed Author: zippybr
Last Changed Rev: 11091
Last Changed Date: 2012-04-12 11:35:46 -0700 (Thu, 12 Apr 2012)
Text Last Updated: 2012-04-13 14:21:36 -0700 (Fri, 13 Apr 2012)
Checksum: 296f10ecf8c21de0e95db830478669a8
Index: build/nano_env
===================================================================
--- build/nano_env	(revision 11117)
+++ build/nano_env	(working copy)
@@ -118,7 +118,7 @@
 NANO_LABEL="FreeNAS"
 
 # Version of the software.
-VERSION="8.2-BETA3"
+VERSION="8.2.0-BETA3"
 
 # Image name, e.g. FreeNAS-8.1-r7609-amd64 or FreeNAS-8.0.1-RC1-i386, see
 # nanobsd/freenas-common:last_orders().

Change History (2)

comment:1 Changed 13 months ago by jpaetzel

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 13 months ago by gcooper

Thanks!

Note: See TracTickets for help on using tickets.