Skip to content

Commit

Permalink
Release 0.08121
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel "fREW" Schmidt committed Apr 11, 2010
1 parent 3c2a505 commit c77ab57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Revision history for DBIx::Class

0.08121 2010-04-11 18:43:00 (UTC)
- Support for Firebird RDBMS with DBD::InterBase and ODBC
- Add core support for INSERT RETURNING (for storages that
supports this syntax, currently PostgreSQL and Firebird)
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class.pm
Expand Up @@ -27,7 +27,7 @@ sub component_base_class { 'DBIx::Class' }
# Always remember to do all digits for the version even if they're 0
# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too
$VERSION = '0.08120_1';
$VERSION = '0.08121';

$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases

Expand Down

0 comments on commit c77ab57

Please sign in to comment.