Bug 6639 - Wrong value in kohaversion.pl
Summary: Wrong value in kohaversion.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low normal (vote)
Assignee: Chris Nighswonger
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 09:46 UTC by Zeno Tajoli
Modified: 2011-07-29 07:48 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Tajoli 2011-07-28 09:46:12 UTC
Now 3.4.x is at version 3.4.3
But the file kohaversion.pl still has the value
3.04.02.000

I think it is an error

sub kohaversion {
    our $VERSION = '3.04.02.000';
    # version needs to be set this way
    # so that it can be picked up by Makefile.PL
    # during install
    return $VERSION;
}
Comment 1 Chris Nighswonger 2011-07-28 12:41:57 UTC
Backing this down to normal as it really does not affect the usability of the release. This has been fixed in the 3.4.x branch. At this point I do not plan to roll another release for it unless someone can point out a valid functional reason to do so. Those running over a git clone will pick the fix up during their next rebase.
Comment 2 Zeno Tajoli 2011-07-29 07:48:01 UTC
I think it si correct.
There isn't DB update from 3.4.2 to 3.4.3.

So it is enough