mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 05:54:06 +01:00
Increased version number to 1.3 for release
This commit is contained in:
parent
90f764c2db
commit
6d663ccfb8
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" @(#)boxes.1 1.2 10/19/12
|
||||
.\" @(#)boxes.1 1.3 10/19/12
|
||||
.\"
|
||||
.\" boxes.1.in
|
||||
.\" Thomas Jensen
|
||||
|
Loading…
Reference in New Issue
Block a user