Add version information

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1073412 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
index eab1ee0..d3b345c 100644
--- a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
+++ b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
@@ -23,7 +23,7 @@
 /**
  * Allows to define multiple {@link Service} annotations for one type.
  *
- * @deprecated It's now possible to use multiple classes in the {@link Service} annotation.
+ * @deprecated Since 1.5. It's now possible to use multiple classes in the {@link Service} annotation.
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.SOURCE)