You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:50 UTC

[jmeter] 46/47: Fix up version info for the tag

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to annotated tag v2_3
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit a5bb3293671ec8b100c67bd68ab81f711f7f023f
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Mon Sep 24 22:40:27 2007 +0000

    Fix up version info for the tag
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3@579003 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: 9ed01775e058447b4dcd4087b51051e457a61257
---
 src/core/org/apache/jmeter/util/JMeterVersion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/org/apache/jmeter/util/JMeterVersion.java b/src/core/org/apache/jmeter/util/JMeterVersion.java
index d7cccf6..d5d4425 100644
--- a/src/core/org/apache/jmeter/util/JMeterVersion.java
+++ b/src/core/org/apache/jmeter/util/JMeterVersion.java
@@ -44,7 +44,7 @@ public class JMeterVersion {
 	 * This ensures that JMeterUtils always gets the correct
 	 * version, even if JMeterUtils is not re-compiled during the build.
 	 */
-	private static final String VERSION = "2.3.20070909";
+	private static final String VERSION = "2.3";
 
 	static final String COPYRIGHT = "Copyright (c) 1998-2007 The Apache Software Foundation";