Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.23_01. Changelog di…
Browse files Browse the repository at this point in the history
…ff is:

Index: Changelog
===================================================================
--- Changelog	(revision 49)
+++ Changelog	(working copy)
@@ -1,3 +1,5 @@
+version 1.23_01 (2009/11/24):
+
     - added new version check functions gcrypt_version() and 
       built_against_version() (Daniel Kahn Gillmor)
     - fixed a memory leak and other minor memory optimizations (Daniel Kahn Gillmor)


git-svn-id: svn://localhost/Crypt-GCrypt/trunk@52 c2f821fb-fd85-dc11-8383-000bcdcb7a8f
  • Loading branch information
al committed Nov 24, 2009
1 parent e5400d1 commit 90be8c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .shipit
@@ -1,3 +1,3 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
steps = FindVersion, ChangeVersion, CheckChangeLog, Commit, Tag, MakeDist, UploadCPAN
CheckChangeLog.file = Changelog

2 changes: 2 additions & 0 deletions Changelog
@@ -1,3 +1,5 @@
version 1.23_01 (2009/11/24):

- added new version check functions gcrypt_version() and
built_against_version() (Daniel Kahn Gillmor)
- fixed a memory leak and other minor memory optimizations (Daniel Kahn Gillmor)
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Crypt-GCrypt
version: 1.22
version: 1.23_01
version_from: lib/Crypt/GCrypt.pm
installdirs: site
requires:
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/GCrypt.pm
Expand Up @@ -15,7 +15,7 @@ package Crypt::GCrypt;
use strict;
use warnings;

our $VERSION = '1.22';
our $VERSION = '1.23_01';

require XSLoader;
XSLoader::load('Crypt::GCrypt', $VERSION);
Expand Down

0 comments on commit 90be8c7

Please sign in to comment.