Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorello Querci <torello@torosoft.com>2010-02-06 09:43:09 (GMT)
committer Torello Querci <torello@torosoft.com>2010-02-06 09:43:09 (GMT)
commita42b4b666ee61b6f59f34a03c1572cae3e8acf2c (patch)
treea13d6235326e0bd91faaa6b9b2a154e52c20fcdd
parentc4f8bf4cb6630b7e13267fb8472a3e3129db3e51 (diff)
Update the version number from 0.1.0 to 0.1.1.HEAD0.1.1master
-rw-r--r--src/FsGateway.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FsGateway.cs b/src/FsGateway.cs
index fa308d3..898c57f 100644
--- a/src/FsGateway.cs
+++ b/src/FsGateway.cs
@@ -230,7 +230,7 @@ namespace FsGateway
*/
public static void PrintUsage(List<Type> modules) {
IFsModule fsModule;
- System.Console.Out.WriteLine("FsGateway version 0.1.0.");
+ System.Console.Out.WriteLine("FsGateway version 0.1.1.");
System.Console.Out.WriteLine("FsGateway usage\n");
System.Console.Out.WriteLine("\tmono fsgateway storagetype connection_string [fuse_option] mountpoint\n");
System.Console.Out.WriteLine("Where:");