Skip to content

Commit 6d663cc

Browse files
committed
Increased version number to 1.3 for release
1 parent 90f764c commit 6d663cc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# The following line (GLOBALCONF) is the only line you should need to edit!
2222
GLOBALCONF = /usr/share/boxes
2323
GIT_STATUS = ($(shell git rev-parse --short HEAD)$(shell if [ $$(git status -s -uall | wc -l) -ge 1 ] ; then echo ", dirty" ; fi))
24-
BVERSION = 1.2.1-SNAPSHOT
24+
BVERSION = 1.3
2525

2626
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
2727
DOC_FILES = doc/boxes.1 doc/boxes.el

README.Win32.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# boxes 1.2 Win32 port Information
1+
# boxes Win32 port Information
22

33
**Date:** 16-Mar-2017
44

5-
This is the Win32 Version of boxes 1.2, built from the official source
6-
tarball. Many thanks to **Ron Aaron** for making this Windows build possible!
5+
This is the Win32 Version of boxes, built from the official source tarball.
6+
Many thanks to **Ron Aaron** for making this Windows build possible!
77

88
General information may be found in the generic README file provided with
99
this archive and at https://boxes.thomasjensen.com/, the boxes home page.

boxes-pkg.openwrt

+2-2
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.2
26+
PKG_VERSION:=1.3
2727
PKG_RELEASE:=1
2828
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
2929

3030

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

3434
include $(INCLUDE_DIR)/package.mk

boxes.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name boxes
2-
%define version 1.2
2+
%define version 1.3
33
%define release 0
44
%define prefix /usr
55
%define cfgfile %prefix/share/boxes

doc/boxes.1.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" @(#)boxes.1 1.2 10/19/12
1+
.\" @(#)boxes.1 1.3 10/19/12
22
.\"
33
.\" boxes.1.in
44
.\" Thomas Jensen

0 commit comments

Comments
 (0)