summaryrefslogtreecommitdiff
path: root/vala/valaprofile.vala
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-03-13 20:01:08 +0100
committerJürg Billeter <j@bitron.ch>2010-03-13 20:08:50 +0100
commit68e238eadcd3ed85c4750da3326cd46a0e100314 (patch)
tree8aa76f918eb30e1b07724011ea7cc70cec81a031 /vala/valaprofile.vala
parent5d26b85971d3bb5f516204010f0b4dbb63e282ba (diff)
downloadvala-68e238eadcd3ed85c4750da3326cd46a0e100314.tar.gz
Add stub dova profile
Diffstat (limited to 'vala/valaprofile.vala')
-rw-r--r--vala/valaprofile.vala5
1 files changed, 3 insertions, 2 deletions
diff --git a/vala/valaprofile.vala b/vala/valaprofile.vala
index c3d55914f..52108266e 100644
--- a/vala/valaprofile.vala
+++ b/vala/valaprofile.vala
@@ -1,6 +1,6 @@
/* valaprofile.vala
*
- * Copyright (C) 2009 Jürg Billeter
+ * Copyright (C) 2009-2010 Jürg Billeter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -22,5 +22,6 @@
public enum Vala.Profile {
POSIX,
- GOBJECT
+ GOBJECT,
+ DOVA
}