Skip to content

Commit 460360c

Browse files
committed
Update copyright year and bump version to 3.2.0.
1 parent 25956de commit 460360c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Autoconf script for DomTerm
2-
AC_INIT([DomTerm],[3.1.0],[],[domterm]) dnl Also update package.json and domterm.spec
2+
AC_INIT([DomTerm],[3.2.0],[],[domterm]) dnl Also update package.json and domterm.spec
33
DOMTERM_VERSION="${PACKAGE_VERSION}"
4-
DOMTERM_YEAR="2023"
4+
DOMTERM_YEAR="2024"
55
AC_CONFIG_SRCDIR([doc/DomTerm.texi])
66
AM_MAINTAINER_MODE([enable])
77

domterm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: domterm
2-
Version: 3.1.0
2+
Version: 3.2.0
33
Release: 1%{?dist}
44
Summary: A terminal emulator based on web technologies
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DomTerm",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "DomTerm is a combined terminal emulator and REPL console using web technlogies.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)