Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 11, 2021
1 parent f76edc0 commit b87a75b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/kermit.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Type=Application

# Latest version
Version=3.4
Version=3.5

# The name of the application
Name=kermit
Expand Down
9 changes: 6 additions & 3 deletions man/kermit.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for kermit.
.TH KERMIT "1" "March 2021" "kermit" "User Commands"
.TH KERMIT "1" "June 2021" "kermit" "User Commands"
.SH NAME
kermit \- a VTE-based terminal emulator
.SH SYNOPSIS
Expand All @@ -9,13 +9,16 @@ kermit \- a VTE-based terminal emulator
kermit is a VTE-based, simple and froggy terminal emulator.
.SH OPTIONS
.TP
\fB\-c\fR <CONFIG>
\fB\-c\fR <PATH>
set the configuration file
.TP
\fB\-t\fR <TITLE>
set the terminal title
.TP
\fB\-e\fR <COMMAND>
\fB\-w\fR <DIR>
set the working directory
.TP
\fB\-e\fR <CMD>
set the command to run
.TP
\fB\-d\fR
Expand Down
2 changes: 1 addition & 1 deletion src/kermit.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <vte/vte.h>
#define TERM_NAME "kermit"
#define TERM_VERSION "3.4"
#define TERM_VERSION "3.5"
#define TERM_FONT "Monospace"
#define TERM_FONT_DEFAULT_SIZE 9
#define TERM_LOCALE "en_US.UTF-8"
Expand Down

0 comments on commit b87a75b

Please sign in to comment.