Browse Source

Change version information for the 2.5 release

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 9 years ago
parent
commit
1f344cd7b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

@@ -5,6 +5,6 @@
 #define VERSION_STR_POSTFIX ""
 #endif /* VERSION_STR_POSTFIX */
 
-#define VERSION_STR "2.5-devel" VERSION_STR_POSTFIX
+#define VERSION_STR "2.5" VERSION_STR_POSTFIX
 
 #endif /* VERSION_H */