Bug 514885 Corrected since version tag

Change-Id: I4d93b3c73721269d4d3c7e71350ce73201fa29a7
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
index 6b01724..3ddaf34 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
@@ -271,7 +271,7 @@
 	 *         an empty string.
 	 * @throws IllegalArgumentException If <code>versionRange</code> is improperly
 	 *         formatted.
-	 * @since 2.3
+	 * @since 2.4
 	 */
 	public static VersionRange create(String versionRange) {
 		VersionRange v = null;