File: version.patch

package info (click to toggle)
libnet-ldapapi-perl 3.0.5-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 572 kB
  • sloc: perl: 3,912; ansic: 9; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/LDAPapi.pm b/LDAPapi.pm
index ce5de49..8fa91ce 100644
--- a/LDAPapi.pm
+++ b/LDAPapi.pm
@@ -232,7 +232,7 @@ require AutoLoader;
        LDAP_TAG_IM_RES_VALUE
        LDAP_TAG_SASL_RES_CREDS
        );
-$VERSION = '3.0.x';
+$VERSION = '3.0.5';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
diff --git a/README b/README
index f7edf11..6229e0f 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 =======================================================================
-                Net::LDAPapi Module v3.0.x for Perl5
+                Net::LDAPapi Module v3.0.5 for Perl5
 		by Quanah Gibson-Mount @ Symas, Inc.
 	based on version 2.00 by Quanah Gibson-Mount @ Stanford University
 	based on version 1.50 by Howard Chu @ Symas Corporation