Yaron Koren has uploaded a new change for review.

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

Change subject: Version 1.0-alpha
......................................................................

Version 1.0-alpha

Change-Id: I1769ff3654d0dd41ff0fae28ff07e65916df2429
---
M Cargo.php
M README
M extension.json
3 files changed, 3 insertions(+), 3 deletions(-)


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

diff --git a/Cargo.php b/Cargo.php
index f2d9e15..adc491c 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -9,7 +9,7 @@
 // We need to set this at the top, so that it is also defined if
 // wfLoadExtension() is called, because its presence is used by other
 // extensions to determine whether Cargo is installed.
-define( 'CARGO_VERSION', '0.11' );
+define( 'CARGO_VERSION', '1.0-alpha' );
 
 define( 'CARGO_STORE_CREATION_DATE', 1 );
 define( 'CARGO_STORE_MODIFICATION_DATE', 2 );
diff --git a/README b/README
index b416d0f..19c9b74 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 0.11
+        Version 1.0-alpha
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index 906d12a..c54d674 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "0.11",
+       "version": "1.0-alpha",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1769ff3654d0dd41ff0fae28ff07e65916df2429
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>

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

Reply via email to