-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,18 @@ | |
# | ||
|
||
# Malheur version | ||
AC_INIT([malheur], [0.5.3], [[email protected]]) | ||
AC_INIT([malheur], [0.5.4], [[email protected]]) | ||
AC_PREFIX_DEFAULT("/usr/local") | ||
|
||
# Defines (suitable for loading and saving versioned files) | ||
AC_DEFINE(MALHEUR_MAJOR, 0, Major version number) | ||
AC_DEFINE(MALHEUR_MINOR, 5, Minor version number) | ||
AC_DEFINE(MALHEUR_PATCH, 3, Patch version number) | ||
AC_DEFINE(MALHEUR_PATCH, 4, Patch version number) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
||
echo | ||
echo " > MALHEUR - Automatic Analysis of Malware Behavior" | ||
echo " Copyright (c) 2009-2012 Konrad Rieck ([email protected])" | ||
echo " Copyright (c) 2009-2013 Konrad Rieck ([email protected])" | ||
echo " University of Goettingen, Berlin Institute of Technology" | ||
echo | ||
|
||
|