Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Aug 27, 2010
1 parent c77e754 commit 9bcbd78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,6 +1,11 @@
Changes
=======

0.00003 - 27 Aug 2010
* Add memcached_version, memcached_major_version, memcached_minor_version,
and memcached_micro_version
* Fix port detection

0.00002 - 23 Feb 2010
* Localize $? upon cleanup
* Tweak tests
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Memcached.pm
Expand Up @@ -11,7 +11,7 @@ use Time::HiRes ();
# process does not die when received SIGTERM, on win32.
my $TERMSIG = $^O eq 'MSWin32' ? 'KILL' : 'TERM';

our $VERSION = '0.00002';
our $VERSION = '0.00003';
our $errstr;
our %OPTIONS_MAP = (
# perl name => [ $option_name, $boolean, $default ]
Expand Down

0 comments on commit 9bcbd78

Please sign in to comment.