*** empty log message ***
[m17n/m17n-lib-cs.git] / symbol.cs
index b92921f..60d9439 100644 (file)
--- a/symbol.cs
+++ b/symbol.cs
@@ -1,5 +1,6 @@
 using System;
 using System.Collections.Generic;
+using M17N;
 using M17N.Core;
 
 public class Test
@@ -10,6 +11,9 @@ public class Test
     MSymbol sym2 = new MSymbol ("symbol");
     MSymbol sym3 = new MSymbol ("another sym:bol");
 
+    Console.WriteLine ("version {0}-{1}-{2}", M17N.M17N.MajorVersion,
+                      M17N.M17N.MinorVersion, M17N.M17N.ReleaseNumber);
+
     Console.WriteLine ("sym1 = {0}", sym1);
     Console.WriteLine ("sym2 = {0}", sym2);
     Console.WriteLine ("sym3 = {0}", sym3);