Cairo__LineCap.st
changeset 51 5293f2b851ab
parent 29 6ba06265e543
child 88 9d51db2ba641
--- a/Cairo__LineCap.st	Thu Feb 25 20:55:41 2016 +0000
+++ b/Cairo__LineCap.st	Sun Feb 28 14:53:56 2016 +0000
@@ -9,6 +9,7 @@
 	category:'Cairo-Constants'
 !
 
+
 !LineCap class methodsFor:'initialization'!
 
 initialize
@@ -35,5 +36,12 @@
     ^CAIRO_LINE_CAP_SQUARE
 ! !
 
+!LineCap class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
 
 LineCap initialize!