Skip to content

Commit

Permalink
Increased version number to 1.1.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Jan 16, 2015
1 parent 90f967a commit bd7e78a
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# The following line (GLOBALCONF) is the only line you should need to edit!
GLOBALCONF = /usr/share/boxes
BVERSION = 1.1.2-SNAPSHOT
BVERSION = 1.1.2

ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
DOC_FILES = doc/boxes.1 doc/boxes.el
Expand Down
12 changes: 5 additions & 7 deletions README.Win32.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
boxes 1.1 Win32 port Information Date: 03-Aug-2006
boxes 1.1.2 Win32 port Information Date: 16-Jan-2015


This is the Win32 Version of boxes 1.1, built from the official source
tarball. It was built using gcc 3.4.2 (mingw-special) with MinGW 3.9.
Many thanks to Ron Aaron <[email protected]> for originally helping me
with the Win32 port of boxes! I could use his information for the
version 1.0.1 port to build this one, too.
This is the Win32 Version of boxes 1.1.2, built from the official source
tarball. Many thanks to Ron Aaron <[email protected]> for making this
Windows build possible!

General information may be found in the generic README file provided with
this archive and at http://boxes.thomasjensen.com/, the boxes home page.
Expand All @@ -29,7 +27,7 @@ provided.

Enjoy!

Thomas Jensen <boxes@thomasjensen.com>
Thomas Jensen <boxes(at)thomasjensen(dot)com>


EOT
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
draws all kinds of boxes around your text (in ASCII art)
[stable release 1.1.1]
[stable release 1.1.2]
```


Expand Down Expand Up @@ -131,12 +131,12 @@ http://boxes.thomasjensen.com/docs/
*boxes-config*, and they may make it into the next release!

```
_________________________
/\ \
\_| Thank you for |
| using Boxes. Enjoy! |
| ____________________|_
\_/______________________/
_________________________
/\ \
\_| Thank you for |
| using Boxes. Enjoy! |
| _____________________|_
\_/______________________/
```
10/19/2012

Expand Down
8 changes: 4 additions & 4 deletions boxes-1.1.1.lsm → boxes-1.1.2.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin4
Title: boxes
Version: 1.1.1
Entered-date: 2012-10-19
Version: 1.1.2
Entered-date: 2015-01-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
complex ASCII art. Removes and repairs boxes, even even if
Expand All @@ -14,8 +14,8 @@ Keywords: text utility, boxes, ASCII art, filter program, text editing
Author: [email protected] (Thomas Jensen)
Maintained-by: [email protected] (Thomas Jensen)
Primary-site: metalab.unc.edu /pub/Linux/utils/text
135k boxes-1.1.src.tar.gz
51k boxes-1.1.bin.ELF.tar.gz
135k boxes-1.1.2.src.tar.gz
51k boxes-1.1.2.bin.ELF.tar.gz
Original-site: http://boxes.thomasjensen.com/
Copying-policy: GPL 2.0
End
6 changes: 3 additions & 3 deletions boxes-pkg.openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

include $(TOPDIR)/rules.mk
PKG_NAME:=boxes
PKG_VERSION:=1.1
PKG_VERSION:=1.1.2
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)


PKG_SOURCE:=boxes-1.1.1.src.tar.gz
PKG_SOURCE_URL:=http://boxes.thomasjensen.com/download/
PKG_SOURCE:=v1.1.2.tar.gz
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/

include $(INCLUDE_DIR)/package.mk
define Package/boxes
Expand Down
6 changes: 3 additions & 3 deletions boxes.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name boxes
%define version 1.1
%define version 1.1.2
%define release 0
%define prefix /usr
%define cfgfile %prefix/share/boxes
Expand All @@ -14,13 +14,13 @@ release: %release
vendor: Thomas Jensen <[email protected]>
packager: Thomas Jensen <[email protected]>

summary: Draw any kind of box around some given text
summary: Command line ASCII boxes unlimited
group: Applications/Text

copyright: GPL Version 2
URL: http://boxes.thomasjensen.com/

source: http://boxes.thomasjensen.com/download/%{name}-%{version}-src.tar.gz
source: http://github.com/ascii-boxes/%{name}/archive/v%{version}.tar.gz
buildroot: %defbr

%description
Expand Down
7 changes: 4 additions & 3 deletions doc/boxes.1.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.\" @(#)boxes.1 1.1.1 10/19/12
.\" @(#)boxes.1 1.1.2 10/19/12
.\"
.\" $Id: boxes.1.in,v 1.10 2012/10/19 15:05:17 tsjensen Exp $
.\" boxes.1.in
.\" Thomas Jensen
.\"
.TH boxes 1 "October 19 2012"
.TH boxes 1 "January 16 2015"
.UC 4
.SH NAME
boxes \- text mode box and comment drawing filter
Expand Down

0 comments on commit bd7e78a

Please sign in to comment.