Update version info to stormux-2025 and add copyright attribution

- 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>
This commit is contained in:
Storm Dragon
2025-08-16 02:40:23 -04:00
parent ae269f3e79
commit e48858127f

View File

@@ -1,5 +1,5 @@
/* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */
#define CURRENT_VERSION "w3m/0.5.3+gitYYYYMMDD"
#define CURRENT_VERSION "w3m/0.5.3+stormux-2025"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;