Paladox has uploaded a new change for review.

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

Change subject: Start 3.4.4-alpha release
......................................................................

Start 3.4.4-alpha release

Change-Id: Ia589b52594cd727dfa78784c610ebec2aab51b5c
---
M SemanticForms.php
M extension.json
M includes/SF_Utils.php
3 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/SemanticForms.php b/SemanticForms.php
index 0ff449d..9e2e4b7 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -69,7 +69,7 @@
        return 1;
 }
 
-define( 'SF_VERSION', '3.4.3' );
+define( 'SF_VERSION', '3.4.4-alpha' );
 
 if ( !defined( 'SMW_VERSION' ) ) {
        // SMW defines these namespaces itself.
diff --git a/extension.json b/extension.json
index 3e4b952..29850b0 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",
+       "version": "3.4.4-alpha",
        "author": [
                "Yaron Koren",
                "Stephan Gambke",
diff --git a/includes/SF_Utils.php b/includes/SF_Utils.php
index 5904eda..6a99f26 100644
--- a/includes/SF_Utils.php
+++ b/includes/SF_Utils.php
@@ -15,7 +15,7 @@
                        return 1;
                }
 
-               define( 'SF_VERSION', '3.4.3' );
+               define( 'SF_VERSION', '3.4.4-alpha' );
 
                if ( !defined( 'SMW_VERSION' ) ) {
                        // SMW defines these namespaces itself.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia589b52594cd727dfa78784c610ebec2aab51b5c
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