Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9f5733

Browse files
committed
change the date to say >= 6 Apr 1992
1 parent 336b591 commit d9f5733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/config.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3131
#ifdef __DATE__
3232
#define DATE __DATE__
3333
#else
34-
#define DATE ">= 1 Jan 1992"
34+
#define DATE ">= 6 Apr 1992"
3535
#endif
3636

3737
#include <stdio.h>

0 commit comments

Comments
 (0)