NetSurf
Variables
version.h File Reference

Version information interface. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const char *const netsurf_version
 User friendly version string. More...
 
const int netsurf_version_major
 NetSuf browser major version number. More...
 
const int netsurf_version_minor
 NetSuf browser minor version number. More...
 

Detailed Description

Version information interface.

Definition in file version.h.

Variable Documentation

◆ netsurf_version

const char* const netsurf_version
extern

◆ netsurf_version_major

const int netsurf_version_major
extern

NetSuf browser major version number.

Definition at line 29 of file version.c.

Referenced by RXHOOKF(), and user_agent_build_string().

◆ netsurf_version_minor

const int netsurf_version_minor
extern

NetSuf browser minor version number.

Definition at line 30 of file version.c.

Referenced by RXHOOKF(), and user_agent_build_string().