X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FBarcodes%2FPrinterConfig.pm;h=25f48ebdb5814d2e7d64221b33e55d36fb950823;hb=596f7a740eb7bb37cd727181f2b6894fefbacf9d;hp=af6a92e6c3a11a58fd332ccb0f8b5a64a68dc798;hpb=a8222aeeb1169d7b1939d1e64c319a16e3846e8c;p=koha_fer diff --git a/C4/Barcodes/PrinterConfig.pm b/C4/Barcodes/PrinterConfig.pm index af6a92e6c3..25f48ebdb5 100644 --- a/C4/Barcodes/PrinterConfig.pm +++ b/C4/Barcodes/PrinterConfig.pm @@ -24,7 +24,7 @@ use PDF::API2::Page; BEGIN { # set the version for version checking - $VERSION = 0.02; + $VERSION = 3.07.00.049; require Exporter; @EXPORT = qw(&labelsPage &getLabelPosition setPositionsForX setPositionsForY); }