diff --git a/Makefile b/Makefile index d8df187..0296d69 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ # The following line (GLOBALCONF) is the only line you should need to edit! GLOBALCONF = /usr/share/boxes -BVERSION = 1.1.4-SNAPSHOT +BVERSION = 1.2 ALL_FILES = LICENSE README.md README.Win32.txt boxes-config DOC_FILES = doc/boxes.1 doc/boxes.el diff --git a/README.Win32.txt b/README.Win32.txt index f4da367..a2529e4 100644 --- a/README.Win32.txt +++ b/README.Win32.txt @@ -1,7 +1,7 @@ -boxes 1.1.3 Win32 port Information Date: 16-Mar-2017 +boxes 1.2 Win32 port Information Date: 16-Mar-2017 -This is the Win32 Version of boxes 1.1.3, built from the official source +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! diff --git a/boxes-1.1.3.lsm b/boxes-1.2.lsm similarity index 89% rename from boxes-1.1.3.lsm rename to boxes-1.2.lsm index b0cc409..85f8dfe 100644 --- a/boxes-1.1.3.lsm +++ b/boxes-1.2.lsm @@ -1,6 +1,6 @@ Begin4 Title: boxes -Version: 1.1.3 +Version: 1.2 Entered-date: 2017-03-16 Description: Boxes is a text filter which can draw any kind of box around its input text. Box design choices range from simple boxes to @@ -14,8 +14,8 @@ Keywords: text utility, boxes, ASCII art, filter program, text editing Author: boxes@thomasjensen.com (Thomas Jensen) Maintained-by: boxes@thomasjensen.com (Thomas Jensen) Primary-site: metalab.unc.edu /pub/Linux/utils/text - 135k boxes-1.1.3.src.tar.gz - 51k boxes-1.1.3.bin.ELF.tar.gz + 135k boxes-1.2.src.tar.gz + 51k boxes-1.2.bin.ELF.tar.gz Original-site: http://boxes.thomasjensen.com/ Copying-policy: GPL 2.0 End diff --git a/boxes-pkg.openwrt b/boxes-pkg.openwrt index 9032066..ea67311 100644 --- a/boxes-pkg.openwrt +++ b/boxes-pkg.openwrt @@ -23,12 +23,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boxes -PKG_VERSION:=1.1.3 +PKG_VERSION:=1.2 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) -PKG_SOURCE:=v1.1.3.tar.gz +PKG_SOURCE:=v1.2.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 0b51639..6039b46 100644 --- a/boxes.spec +++ b/boxes.spec @@ -1,5 +1,5 @@ %define name boxes -%define version 1.1.3 +%define version 1.2 %define release 0 %define prefix /usr %define cfgfile %prefix/share/boxes diff --git a/doc/boxes.1.in b/doc/boxes.1.in index e27b4d2..1582081 100644 --- a/doc/boxes.1.in +++ b/doc/boxes.1.in @@ -1,4 +1,4 @@ -.\" @(#)boxes.1 1.1.3 10/19/12 +.\" @(#)boxes.1 1.2 10/19/12 .\" .\" boxes.1.in .\" Thomas Jensen