Skip to content

Commit

Permalink
About to release DeforaOS Locker 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Sep 16, 2012
1 parent 84dfb39 commit be2da96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = Locker
VERSION = 0.1.3
VERSION = 0.2.0
SUBDIRS = data doc include po src tools
RM ?= rm -f
LN ?= ln -f
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PACKAGE "Locker"
#define VERSION "0.1.3"
#define VERSION "0.2.0"

#ifndef PREFIX
# define PREFIX "/usr/local"
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE="Locker"
VERSION="0.1.3"
VERSION="0.2.0"

PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"
2 changes: 1 addition & 1 deletion project.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package=Locker
version=0.1.3
version=0.2.0
config=h,sh

subdirs=data,doc,include,po,src,tools
Expand Down

0 comments on commit be2da96

Please sign in to comment.