From a764f2c7e0f9fddc0a00f27629c3307f6721fe97 Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Wed, 29 Jun 2011 16:28:42 -0400 Subject: [PATCH] Changed version number --- src/utils/version/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/version/version.h b/src/utils/version/version.h index d0925a52..763a208e 100644 --- a/src/utils/version/version.h +++ b/src/utils/version/version.h @@ -3,6 +3,6 @@ // define the version. All tools in the // suite carry the same version number. -#define VERSION "2.13.0.alpha" +#define VERSION "2.13.0" #endif /* VERSION_H */ -- GitLab