Increased version number to 1.2 for release

This commit is contained in:
Thomas Jensen 2017-03-17 10:24:58 +01:00
parent 076253535b
commit 4ca282b327
6 changed files with 10 additions and 10 deletions

View File

@ -23,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.4-SNAPSHOT BVERSION = 1.2
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.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 <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,6 +1,6 @@
Begin4 Begin4
Title: boxes Title: boxes
Version: 1.1.3 Version: 1.2
Entered-date: 2017-03-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
@ -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.3.src.tar.gz 135k boxes-1.2.src.tar.gz
51k boxes-1.1.3.bin.ELF.tar.gz 51k boxes-1.2.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

@ -23,12 +23,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=boxes PKG_NAME:=boxes
PKG_VERSION:=1.1.3 PKG_VERSION:=1.2
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.3.tar.gz PKG_SOURCE:=v1.2.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.3 %define version 1.2
%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,4 +1,4 @@
.\" @(#)boxes.1 1.1.3 10/19/12 .\" @(#)boxes.1 1.2 10/19/12
.\" .\"
.\" boxes.1.in .\" boxes.1.in
.\" Thomas Jensen .\" Thomas Jensen