Increased version number to 1.1.3 for release

This commit is contained in:
Thomas Jensen 2017-03-16 21:26:38 +01:00
parent 8aee647bf2
commit 7dc7c517f6
7 changed files with 31 additions and 19 deletions

View File

@ -3,7 +3,6 @@
# Creation: August 14, 1999 (Saturday, 01:08h) # Creation: August 14, 1999 (Saturday, 01:08h)
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com> # Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
# Format: GNU make # Format: GNU make
# Web Site: http://boxes.thomasjensen.com/
# Purpose: Makefile for boxes, the box drawing program # Purpose: Makefile for boxes, the box drawing program
# #
# License: o This program is free software; you can redistribute it and/or # License: o This program is free software; you can redistribute it and/or
@ -24,7 +23,7 @@
# The following line (GLOBALCONF) is the only line you should need to edit! # The following line (GLOBALCONF) is the only line you should need to edit!
GLOBALCONF = /usr/share/boxes GLOBALCONF = /usr/share/boxes
BVERSION = 1.1.3-SNAPSHOT BVERSION = 1.1.3
ALL_FILES = LICENSE README.md README.Win32.txt boxes-config ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
DOC_FILES = doc/boxes.1 doc/boxes.el DOC_FILES = doc/boxes.1 doc/boxes.el

View File

@ -1,7 +1,7 @@
boxes 1.1.2 Win32 port Information Date: 16-Jan-2015 boxes 1.1.3 Win32 port Information Date: 16-Mar-2017
This is the Win32 Version of boxes 1.1.2, built from the official source This is the Win32 Version of boxes 1.1.3, built from the official source
tarball. Many thanks to Ron Aaron <ron@aaron-tech.com> for making this tarball. Many thanks to Ron Aaron <ron@aaron-tech.com> for making this
Windows build possible! Windows build possible!

View File

@ -1,7 +1,7 @@
Begin4 Begin4
Title: boxes Title: boxes
Version: 1.1.2 Version: 1.1.3
Entered-date: 2015-01-16 Entered-date: 2017-03-16
Description: Boxes is a text filter which can draw any kind of box around 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 its input text. Box design choices range from simple boxes to
complex ASCII art. Removes and repairs boxes, even even if complex ASCII art. Removes and repairs boxes, even even if
@ -14,8 +14,8 @@ Keywords: text utility, boxes, ASCII art, filter program, text editing
Author: boxes@thomasjensen.com (Thomas Jensen) Author: boxes@thomasjensen.com (Thomas Jensen)
Maintained-by: boxes@thomasjensen.com (Thomas Jensen) Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
Primary-site: metalab.unc.edu /pub/Linux/utils/text Primary-site: metalab.unc.edu /pub/Linux/utils/text
135k boxes-1.1.2.src.tar.gz 135k boxes-1.1.3.src.tar.gz
51k boxes-1.1.2.bin.ELF.tar.gz 51k boxes-1.1.3.bin.ELF.tar.gz
Original-site: http://boxes.thomasjensen.com/ Original-site: http://boxes.thomasjensen.com/
Copying-policy: GPL 2.0 Copying-policy: GPL 2.0
End End

View File

@ -1,11 +1,24 @@
# #
# File: boxes-config # File: boxes-config
# Date created: March 17, 1999 (Wednesday, 17:02h) # Date created: March 17, 1999 (Wednesday, 17:02h)
# Author: Thomas Jensen <boxes(at)thomasjensen(dot)com> # Author: listed separately for each box design
# Version: $Id: boxes-config,v 1.19 2012/10/19 15:33:21 tsjensen Exp $
# Format: ASCII Text # Format: ASCII Text
# World Wide Web: http://boxes.thomasjensen.com/ # Purpose: boxes configuration file
# Purpose: Example configuration file for the boxes program #
# License: o This program is free software; you can redistribute it
# and/or modify it under the terms of the GNU General
# Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at
# your option) any later version.
# o This program is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
# o You should have received a copy of the GNU General
# Public License along with this program; if not, write
# to the Free Software Foundation, Inc., 59 Temple Place,
# Suite 330, Boston, MA 02111-1307, USA
# #
# Remarks: Extensive documentation may be found on the Web at # Remarks: Extensive documentation may be found on the Web at
# http://boxes.thomasjensen.com/docs/ # http://boxes.thomasjensen.com/docs/

View File

@ -23,12 +23,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=boxes PKG_NAME:=boxes
PKG_VERSION:=1.1.2 PKG_VERSION:=1.1.3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
PKG_SOURCE:=v1.1.2.tar.gz PKG_SOURCE:=v1.1.3.tar.gz
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/ PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -1,5 +1,5 @@
%define name boxes %define name boxes
%define version 1.1.2 %define version 1.1.3
%define release 0 %define release 0
%define prefix /usr %define prefix /usr
%define cfgfile %prefix/share/boxes %define cfgfile %prefix/share/boxes

View File

@ -1,9 +1,9 @@
.\" @(#)boxes.1 1.1.2 10/19/12 .\" @(#)boxes.1 1.1.3 10/19/12
.\" .\"
.\" boxes.1.in .\" boxes.1.in
.\" Thomas Jensen .\" Thomas Jensen
.\" .\"
.TH boxes 1 "January 16 2015" .TH boxes 1 "March 16 2017"
.UC 4 .UC 4
.SH NAME .SH NAME
boxes \- text mode box and comment drawing filter boxes \- text mode box and comment drawing filter