Cairo__TextClusterFlags.st
changeset 31 26070c1e480e
parent 29 6ba06265e543
child 88 9d51db2ba641
--- a/Cairo__TextClusterFlags.st	Mon Dec 29 00:14:00 2014 +0100
+++ b/Cairo__TextClusterFlags.st	Fri Jan 02 12:46:59 2015 +0100
@@ -9,6 +9,7 @@
 	category:'Cairo-Constants'
 !
 
+
 !TextClusterFlags class methodsFor:'initialization'!
 
 initialize
@@ -23,5 +24,12 @@
     ^CAIRO_TEXT_CLUSTER_FLAG_BACKWARD
 ! !
 
+!TextClusterFlags class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
 
 TextClusterFlags initialize!