diff --git a/Makefile b/Makefile index 77dcc42..5c08e89 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # The following line (GLOBALCONF) is the only line you should need to edit! GLOBALCONF = /usr/share/boxes GIT_STATUS = ($(shell git rev-parse --short HEAD)$(shell if [ $$(git status -s -uall | wc -l) -ge 1 ] ; then echo ", dirty" ; fi)) -BVERSION = 1.2.1-SNAPSHOT +BVERSION = 1.3 ALL_FILES = LICENSE README.md README.Win32.md boxes-config DOC_FILES = doc/boxes.1 doc/boxes.el diff --git a/README.Win32.md b/README.Win32.md index 67bd642..ed10b1a 100644 --- a/README.Win32.md +++ b/README.Win32.md @@ -1,9 +1,9 @@ -# boxes 1.2 Win32 port Information +# boxes Win32 port Information **Date:** 16-Mar-2017 -This is the Win32 Version of boxes 1.2, built from the official source -tarball. Many thanks to **Ron Aaron** for making this Windows build possible! +This is the Win32 Version of boxes, built from the official source tarball. +Many thanks to **Ron Aaron** for making this Windows build possible! General information may be found in the generic README file provided with this archive and at https://boxes.thomasjensen.com/, the boxes home page. diff --git a/boxes-pkg.openwrt b/boxes-pkg.openwrt index ea67311..b1aac19 100644 --- a/boxes-pkg.openwrt +++ b/boxes-pkg.openwrt @@ -23,12 +23,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boxes -PKG_VERSION:=1.2 +PKG_VERSION:=1.3 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) -PKG_SOURCE:=v1.2.tar.gz +PKG_SOURCE:=v1.3.tar.gz PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/ include $(INCLUDE_DIR)/package.mk diff --git a/boxes.spec b/boxes.spec index 003e532..3f32001 100644 --- a/boxes.spec +++ b/boxes.spec @@ -1,5 +1,5 @@ %define name boxes -%define version 1.2 +%define version 1.3 %define release 0 %define prefix /usr %define cfgfile %prefix/share/boxes diff --git a/doc/boxes.1.in b/doc/boxes.1.in index d9f1e24..9e19eb4 100644 --- a/doc/boxes.1.in +++ b/doc/boxes.1.in @@ -1,4 +1,4 @@ -.\" @(#)boxes.1 1.2 10/19/12 +.\" @(#)boxes.1 1.3 10/19/12 .\" .\" boxes.1.in .\" Thomas Jensen