Cairo__DeviceType.st
changeset 36 9b680e54aa94
parent 29 6ba06265e543
child 88 9d51db2ba641
--- a/Cairo__DeviceType.st	Fri Feb 12 16:36:39 2016 +0000
+++ b/Cairo__DeviceType.st	Sat Feb 13 17:10:25 2016 +0000
@@ -13,6 +13,7 @@
 	category:'Cairo-Constants'
 !
 
+
 !DeviceType class methodsFor:'initialization'!
 
 initialize
@@ -75,5 +76,12 @@
     ^CAIRO_DEVICE_TYPE_XML
 ! !
 
+!DeviceType class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
 
 DeviceType initialize!