++version

This commit is contained in:
Todd C. Miller
1996-08-18 16:52:26 +00:00
parent 6ec8aba27f
commit 35d209fc9c
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h)
dnl dnl
dnl This won't work before AC_INIT() dnl This won't work before AC_INIT()
dnl dnl
echo "Configuring CU Sudo version 1.4.4" echo "Configuring CU Sudo version 1.4.5"
dnl dnl
dnl Variables that get substituted in the Makefile dnl Variables that get substituted in the Makefile
dnl dnl

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.4.4 * CU sudo version 1.5
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,6 @@
#ifndef _SUDO_VERSION_H #ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H #define _SUDO_VERSION_H
static char version[] = "1.4.4"; static char version[] = "1.4.5";
#endif /* _SUDO_VERSION_H */ #endif /* _SUDO_VERSION_H */