Increased version number to 1.3 for release

This commit is contained in:
Thomas Jensen 2019-02-21 17:46:07 +01:00
parent 90f764c2db
commit 6d663ccfb8
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
5 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
# The following line (GLOBALCONF) is the only line you should need to edit!
GLOBALCONF = /usr/share/boxes
GIT_STATUS = ($(shell git rev-parse --short HEAD)$(shell if [ $$(git status -s -uall | wc -l) -ge 1 ] ; then echo ", dirty" ; fi))
BVERSION = 1.2.1-SNAPSHOT
BVERSION = 1.3
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
DOC_FILES = doc/boxes.1 doc/boxes.el

View File

@ -1,9 +1,9 @@
# boxes 1.2 Win32 port Information
# boxes Win32 port Information
**Date:** 16-Mar-2017
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!
This is the Win32 Version of boxes, built from the official source tarball.
Many thanks to **Ron Aaron** for making this Windows build possible!
General information may be found in the generic README file provided with
this archive and at https://boxes.thomasjensen.com/, the boxes home page.

View File

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

View File

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

View File

@ -1,4 +1,4 @@
.\" @(#)boxes.1 1.2 10/19/12
.\" @(#)boxes.1 1.3 10/19/12
.\"
.\" boxes.1.in
.\" Thomas Jensen