Sources\Themes.php showing v1.1.7 in 1.1.10 install package.

Started by kat, July 29, 2009, 03:32:23 PM

Previous topic - Next topic

kat

Should that be so?

Quote<?php
/**********************************************************************************
* Themes.php                                                                      *
***********************************************************************************
* SMF: Simple Machines Forum                                                      *
* Open-Source Project Inspired by Zef Hemel ([email protected])                    *
* =============================================================================== *
* Software Version:           SMF 1.1.7                                           *
* Software by:                Simple Machines (http://www.simplemachines.org)     *
* Copyright 2006-2007 by:     Simple Machines LLC (http://www.simplemachines.org) *
*           2001-2006 by:     Lewis Media (http://www.lewismedia.com)             *
* Support, News, Updates at:  http://www.simplemachines.org                       *
***********************************************************************************

JBlaze

It just means that file hasn't been updated since 1.1.7

A file's version only gets updated when there are changes made to it :)
Jason Clemons
Former Team Member 2009 - 2012

Marcus Forsberg

There weren't any edits to Themes.php in 1.1.10, were there? (My memory, you know :P)
The version numbers are only changed when a file is updated. :)

kat

That's logical.

Pity, in a way.

I wonder, in future, if it might be worth making them something like "1.1.7","1.1.7.8", 1,1,7.9, "1.1.7.10", etc. or something, in upgrades?

Arantor

It would make the upgrade package bigger each time since you'd have to then modify every file, instead of just the ones that actually change in a release.


Arantor

That's why, amongst other things, it doesn't modify the file; you'd have probably more space in the install XML block devoted to patching version numbers than anything else, so while it would be advantageous for debugging, it would require a lot more maintenance from the patch releasing process, not to mention significantly more overhead while actually doing an upgrade.

Advertisement: