Releasing PDFViewer 0.0.1
This commit is contained in:
parent
8104c13398
commit
acbda6d1be
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = PDFViewer
|
||||
VERSION = 0.0.0
|
||||
VERSION = 0.0.1
|
||||
SUBDIRS = data src
|
||||
RM ?= rm -f
|
||||
LN ?= ln -f
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "PDFViewer"
|
||||
#define VERSION "0.0.0"
|
||||
#define VERSION "0.0.1"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=PDFViewer
|
||||
version=0.0.0
|
||||
version=0.0.1
|
||||
config=h
|
||||
|
||||
subdirs=data,src
|
||||
|
|
Loading…
Reference in New Issue
Block a user