Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / C4 / Creators / Layout.pm
index 73a19fa..a12532f 100644 (file)
@@ -10,7 +10,7 @@ use C4::Debug;
 use C4::Creators::PDF;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 # FIXME: Consider this style parameter verification instead...