Yaron Koren has uploaded a new change for review.

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

Change subject: Version 1.0
......................................................................

Version 1.0

Change-Id: I6b0b53570d6b9e09d02b7111f428a95356e1a2f6
---
M Cargo.hooks.php
M Cargo.php
M README
M extension.json
4 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/18/284218/1

diff --git a/Cargo.hooks.php b/Cargo.hooks.php
index 5ccdab5..bcd8554 100644
--- a/Cargo.hooks.php
+++ b/Cargo.hooks.php
@@ -11,7 +11,7 @@
        public static function registerExtension() {
                global $cgScriptPath, $wgScriptPath, $wgCargoFieldTypes, 
$wgCargoAllowedSQLFunctions, $wgGroupPermissions;
 
-               define( 'CARGO_VERSION', '1.0-alpha' );
+               define( 'CARGO_VERSION', '1.0' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
diff --git a/Cargo.php b/Cargo.php
index ac1f2b4..ec6c01f 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -25,7 +25,7 @@
 
 // All the rest is for backward compatibility, for MW 1.26 and lower.
 
-define( 'CARGO_VERSION', '1.0-alpha' );
+define( 'CARGO_VERSION', '1.0' );
 
 define( 'CARGO_STORE_CREATION_DATE', 1 );
 define( 'CARGO_STORE_MODIFICATION_DATE', 2 );
diff --git a/README b/README
index 19c9b74..fb2f1cf 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.0-alpha
+        Version 1.0
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index c54d674..7e9fa8b 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.0-alpha",
+       "version": "1.0",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b0b53570d6b9e09d02b7111f428a95356e1a2f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to