Version updated.

This commit is contained in:
2026-04-06 01:10:06 +02:00
parent 7734a7f36d
commit 3d8cd94967
4 changed files with 18 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
@(require racket/base
scribble/core
scribble/manual
"../racket-webview-version.rkt"
(for-label racket/base
racket/class
racket/string
@@ -15,15 +16,22 @@
"../wv-dialog.rkt"
"../wv-settings.rkt"
"../rgba.rkt"
"../mimetypes.rkt"))
"../mimetypes.rkt"
"../racket-webview-version.rkt"))
@title{Racket Webview}
@(define version (webview-version-string))
@title{Racket Webview - v@version - Introduction}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule{racket-webview}
@section{Overview}
This documentation is provided for version @bold{@version} of racket webview.
Racket Webview is a class-oriented webview library built on top of a Qt-based
native runtime.