The easiest way to get the current version number is to browse to the Site Settings page (eg. for your Central Admin site): http://myserver:ca_port/_layouts/settings.aspx.
You can also hit the database:
SELECT [VersionId]
,[Version]
,[Id]
,[UserName]
,[TimeStamp]
,[FinalizeTimeStamp]
,[Mode]
,[ModeStack]
,[Updates]
,[Notes]
FROM [SharePoint_Config].[dbo].[Versions]
WHERE VersionId = '00000000-0000-0000-0000-000000000000'
ORDER BY Id DESC
The version numbers correlate with the more familiar release names listed below (note these version numbers differ from what you might see through the Add or Remove Programs applet or a DLL version):
- MOSS Beta 2: 12.0.0.4017
- MOSS Beta 2 TR: 12.0.0.4407
- RTM: 12.0.0.4518
- August 24 2007 Hotfix Package: 12.0.0.6036
- SP1: 12.0.0.6219
If your installation isn't running and you can't access the CA site, check out the following links to learn about alternative means to find the current version number.
- http://www.mindsharpblogs.com/penny/articles/481.aspx
- http://support.microsoft.com/kb/936984
- http://www.davehunter.co.uk/Blog/Lists/Posts/Post.aspx?List=f0e16a1a%2D6fa9%2D4130%2Dbcab%2Dbaeb97ccc4ff&ID=77
http://www.sharepointu.com/bobbyhabib/archive/2008/05/16/getting-the-correct-moss-wss-version-for-each-server-in-the-farm.aspx
ReplyDeleteMOSS 2007 Hotfix for Content Deployment (KB952704, KB 952698) 12.0.0.6315
MOSS 2007 Hotfix for Search extension (KB952294) 12.0.0.6314
MOSS 2007 or WSS 3.0 hotfix package March (KB950487/950484) 12.0.0.6308
MOSS 2007 or WSS 3.0 hotfix package March (KB949955/949956) 12.0.0.6305
MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB948945) 12.0.0.6303
MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB941274) 12.0.0.6301
MOSS 2007 or WSS 3.0 post-SP1 hotfix (KB941422) 12.0.0.6300
MOSS 2007 or WSS 3.0 SP1 12.0.0.6219
MOSS 2007 or WSS 3.0 October public update 12.0.0.6039
MOSS 2007 or WSS 3.0 August 24, 2007 hotfix package 12.0.0.6036
MOSS 2007 or WSS 3.0 RTM 12.0.0.4518
MOSS 2007 or WSS 3.0 Beta 2 TR: 12.0.0.4407
MOSS 2007 or WSS 3.0 Beta 2: 12.0.0.4017
Also see http://www.sharepointdevwiki.com/display/SharePointAdministrationWiki/SharePoint+Versions
ReplyDelete