Skip to content

Commit

Permalink
Updated version and codename, obviously I am liable to forget to do t…
Browse files Browse the repository at this point in the history
…his for a release... no more, no more!
  • Loading branch information
Woody Gilk committed May 29, 2010
1 parent d4b95be commit d637d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/kohana/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
class Kohana_Core {

// Release version and codename
const VERSION = '3.0.4';
const CODENAME = 'wyau cwningen';
const VERSION = '3.0.6';
const CODENAME = 'sumar hiti';

// Log message types
const ERROR = 'ERROR';
Expand Down

5 comments on commit d637d57

@SamWM
Copy link

@SamWM SamWM commented on d637d57 Jun 1, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about tagging releases as well, rather than just have everything on 'master'?

@samsoir
Copy link
Contributor

@samsoir samsoir commented on d637d57 Jun 1, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See http://github.com/kohana/kohana - that is where tagged releases are. The core is just for core development.

@SamWM
Copy link

@SamWM SamWM commented on d637d57 Jun 1, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently pulling directly from here though, since http://github.com/kohana/kohana includes files I don't want to pull (basically just want modules and system). Not really sure how to pull/fetch version 3.0.6 (or future releases, e.g. 3.0.7, 3.0.8 etc) without those files since core and the various modules aren't tagged.

@samsoir
Copy link
Contributor

@samsoir samsoir commented on d637d57 Jun 1, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I generally agree with that - one for the BDFL as I have no control over this tree

@shadowhand
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use git submodule on a clone of kohana/kohana to find out the revision of each submodule that was tagged. It seems like a waste of time to tag every module, but maybe it would be useful in the long run.

Please sign in to comment.