Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manual/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dialog
title: Dialog
version: 1c03
version: 1c04-dev
nav:
- modules/ROOT/nav.adoc
- modules/lang/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIALOG_VERSION=1c/03
DIALOG_VERSION=1c/04-dev

CC = gcc
CFLAGS += -O3 -Wall -Wno-unused-result -Wno-format-truncation -DVERSION=\"${DIALOG_VERSION}\"
Expand Down
Loading