File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
# The following line (GLOBALCONF) is the only line you should need to edit!
22
22
GLOBALCONF = /usr/share/boxes
23
23
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
25
25
26
26
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
27
27
DOC_FILES = doc/boxes.1 doc/boxes.el
Original file line number Diff line number Diff line change 1
- # boxes 1.2 Win32 port Information
1
+ # boxes Win32 port Information
2
2
3
3
** Date:** 16-Mar-2017
4
4
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!
7
7
8
8
General information may be found in the generic README file provided with
9
9
this archive and at https://boxes.thomasjensen.com/ , the boxes home page.
Original file line number Diff line number Diff line change 23
23
24
24
include $(TOPDIR)/rules.mk
25
25
PKG_NAME:=boxes
26
- PKG_VERSION:=1.2
26
+ PKG_VERSION:=1.3
27
27
PKG_RELEASE:=1
28
28
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
29
29
30
30
31
- PKG_SOURCE:=v1.2 .tar.gz
31
+ PKG_SOURCE:=v1.3 .tar.gz
32
32
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
33
33
34
34
include $(INCLUDE_DIR)/package.mk
Original file line number Diff line number Diff line change 1
1
%define name boxes
2
- %define version 1.2
2
+ %define version 1.3
3
3
%define release 0
4
4
%define prefix /usr
5
5
%define cfgfile %prefix /share/boxes
Original file line number Diff line number Diff line change 1
- .\" @(#)boxes.1 1.2 10/19/12
1
+ .\" @(#)boxes.1 1.3 10/19/12
2
2
.\"
3
3
.\" boxes.1.in
4
4
.\" Thomas Jensen
You can’t perform that action at this time.
0 commit comments