Increment version for 21.11.17 release v21.11.17
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 3 Feb 2023 12:30:02 +0000 (09:30 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 3 Feb 2023 12:30:59 +0000 (09:30 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha.pm
installer/data/mysql/db_revs/211116000.pl
installer/data/mysql/db_revs/211117000.pl [new file with mode: 0755]

diff --git a/Koha.pm b/Koha.pm
index 00b46bd..0a3b995 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "21.11.16.000";
+$VERSION = "21.11.17.000";
 
 sub version {
     return $VERSION;
index 4b0631c..8988d83 100644 (file)
@@ -2,6 +2,6 @@ use Modern::Perl;
 
 return {
     bug_number => undef,
-    description => 'Koha 21.11.10 release',
+    description => 'Koha 21.11.16 release',
     up => sub {},
 }
diff --git a/installer/data/mysql/db_revs/211117000.pl b/installer/data/mysql/db_revs/211117000.pl
new file mode 100755 (executable)
index 0000000..cbdf87b
--- /dev/null
@@ -0,0 +1,7 @@
+use Modern::Perl;
+
+return {
+    bug_number => undef,
+    description => 'Koha 21.11.17 release',
+    up => sub {},
+}