commit | bc04db9b06ea9c38441be9b6e7b2be24ce2f98a9 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Mar 15 17:30:39 2015 |
committer | Jouni Malinen <j@w1.fi> | Sun Mar 15 17:30:39 2015 |
tree | a1c5d302b00352a3f3385a3ac2d2b5d4eb3ab5a7 | |
parent | 211bb7c5eaf214a8d7f26317deccc56e14d0e8bf [diff] |
Change version information for the 2.4 release Signed-off-by: Jouni Malinen <j@w1.fi>
diff --git a/src/common/version.h b/src/common/version.h index c662270..e39a8db 100644 --- a/src/common/version.h +++ b/src/common/version.h
@@ -5,6 +5,6 @@ #define VERSION_STR_POSTFIX "" #endif /* VERSION_STR_POSTFIX */ -#define VERSION_STR "2.4-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.4" VERSION_STR_POSTFIX #endif /* VERSION_H */