Skip to content

Commit 4ca282b

Browse files
committed
Increased version number to 1.2 for release
1 parent 0762535 commit 4ca282b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The following line (GLOBALCONF) is the only line you should need to edit!
2525
GLOBALCONF = /usr/share/boxes
26-
BVERSION = 1.1.4-SNAPSHOT
26+
BVERSION = 1.2
2727

2828
ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
2929
DOC_FILES = doc/boxes.1 doc/boxes.el

README.Win32.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
boxes 1.1.3 Win32 port Information Date: 16-Mar-2017
1+
boxes 1.2 Win32 port Information Date: 16-Mar-2017
22

33

4-
This is the Win32 Version of boxes 1.1.3, built from the official source
4+
This is the Win32 Version of boxes 1.2, built from the official source
55
tarball. Many thanks to Ron Aaron <[email protected]> for making this
66
Windows build possible!
77

boxes-1.1.3.lsm renamed to boxes-1.2.lsm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Begin4
22
Title: boxes
3-
Version: 1.1.3
3+
Version: 1.2
44
Entered-date: 2017-03-16
55
Description: Boxes is a text filter which can draw any kind of box around
66
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
1414
Author: [email protected] (Thomas Jensen)
1515
Maintained-by: [email protected] (Thomas Jensen)
1616
Primary-site: metalab.unc.edu /pub/Linux/utils/text
17-
135k boxes-1.1.3.src.tar.gz
18-
51k boxes-1.1.3.bin.ELF.tar.gz
17+
135k boxes-1.2.src.tar.gz
18+
51k boxes-1.2.bin.ELF.tar.gz
1919
Original-site: http://boxes.thomasjensen.com/
2020
Copying-policy: GPL 2.0
2121
End

boxes-pkg.openwrt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
include $(TOPDIR)/rules.mk
2525
PKG_NAME:=boxes
26-
PKG_VERSION:=1.1.3
26+
PKG_VERSION:=1.2
2727
PKG_RELEASE:=1
2828
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
2929

3030

31-
PKG_SOURCE:=v1.1.3.tar.gz
31+
PKG_SOURCE:=v1.2.tar.gz
3232
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
3333

3434
include $(INCLUDE_DIR)/package.mk

boxes.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name boxes
2-
%define version 1.1.3
2+
%define version 1.2
33
%define release 0
44
%define prefix /usr
55
%define cfgfile %prefix/share/boxes

doc/boxes.1.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" @(#)boxes.1 1.1.3 10/19/12
1+
.\" @(#)boxes.1 1.2 10/19/12
22
.\"
33
.\" boxes.1.in
44
.\" Thomas Jensen

0 commit comments

Comments
 (0)