~ubuntu-branches/ubuntu/wily/luajit/wily

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2015-08-14 16:40:52 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20150814164052-prd0p1tz8zdupc28
Tags: 2.0.4+dfsg-1
* New upstream release (Close: #789321)
* Build on Hurd (Close: #712975)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
11
11
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
12
12
#
13
 
# Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
 
13
# Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
14
14
##############################################################################
15
15
 
16
16
MAJVER=  2
17
17
MINVER=  0
18
 
RELVER=  3
 
18
RELVER=  4
19
19
VERSION= $(MAJVER).$(MINVER).$(RELVER)
20
20
ABIVER=  5.1
21
21