- Updated version.c.in to use stormux-2025 instead of gitYYYYMMDD - Added Storm Dragon copyright for 2024-2025 modifications - Updated help page template to credit both A.ITO and Storm Dragon - Updated repository link to point to stormux git repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
186 B
C
7 lines
186 B
C
/* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */
|
|
#define CURRENT_VERSION "w3m/0.5.3+stormux-2025"
|
|
|
|
#ifndef FM_H
|
|
char *w3m_version = CURRENT_VERSION;
|
|
#endif /* not FM_H */
|