Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/270594

Change subject: Bump version to 3.4.3
......................................................................

Bump version to 3.4.3

Bug: T126920
Change-Id: Iebff1bcc35f35fbe14c3a98e3cc1d2f095e5b822
---
M INSTALL
M SemanticForms.php
M extension.json
M includes/SF_Utils.php
4 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/94/270594/1

diff --git a/INSTALL b/INSTALL
index c54b2e2..3f0da85 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-[[Semantic Forms 3.4.2]]
+[[Semantic Forms 3.4.3]]
 
 Contents:
 * Disclaimer
diff --git a/SemanticForms.php b/SemanticForms.php
index f025d83..0ff449d 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -69,7 +69,7 @@
        return 1;
 }
 
-define( 'SF_VERSION', '3.4.3-alpha' );
+define( 'SF_VERSION', '3.4.3' );
 
 if ( !defined( 'SMW_VERSION' ) ) {
        // SMW defines these namespaces itself.
diff --git a/extension.json b/extension.json
index 56fdd57..3e4b952 100644
--- a/extension.json
+++ b/extension.json
@@ -2,7 +2,7 @@
        "@Note": "When updating this file please also update SemanticForms.php 
with the same changes.",
        "load_composer_autoloader": true,
        "name": "Semantic Forms",
-       "version": "3.4.3-alpha",
+       "version": "3.4.3",
        "author": [
                "Yaron Koren",
                "Stephan Gambke",
diff --git a/includes/SF_Utils.php b/includes/SF_Utils.php
index 367b54c..5904eda 100644
--- a/includes/SF_Utils.php
+++ b/includes/SF_Utils.php
@@ -15,7 +15,7 @@
                        return 1;
                }
 
-               define( 'SF_VERSION', '3.4.3-alpha' );
+               define( 'SF_VERSION', '3.4.3' );
 
                if ( !defined( 'SMW_VERSION' ) ) {
                        // SMW defines these namespaces itself.

-- 
To view, visit https://gerrit.wikimedia.org/r/270594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebff1bcc35f35fbe14c3a98e3cc1d2f095e5b822
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to