Skip to content

Commit caa8516

Browse files
committed
Version bump
1 parent 6a729a4 commit caa8516

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
rmtrash 1.9-SNAPSHOT
2-
====================
1+
rmtrash 1.9
2+
===========
33
Put files (and directories) in trash using the ```trash-put``` command in a way that is, otherwise as ```trash-put``` itself, compatible to GNUs ```rm``` and ```rmdir```.
44

55
[Click here for more information about trash-cli.](https://github.com/andreafrancia/trash-cli)

rmdirtrash

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# rmdirtrash - `rmdir' compatible layer for `trash'
3-
# Version 1.9-SNAPSHOT (build 20150113)
3+
# Version 1.9 (build 20150212)
44
#
55
#
66
# SHORT DESCRIPTION:
@@ -119,15 +119,15 @@
119119
# + add VERSION and BUILD variables
120120
# * change --forbid-root handling
121121
# * remove dpkg
122-
# v1.9-SNAPSHOT (not yet released)
122+
# v1.9 - 2015-02-12 11:50:00+0100
123123
# * documentation update
124124
# * code cleanup
125125

126126
LC_ALL=C
127127
APP_NAME=$(basename "$0")
128128

129-
VERSION="1.9-SNAPSHOT"
130-
BUILD="20150113"
129+
VERSION="1.9"
130+
BUILD="20150212"
131131

132132
function showUsage() {
133133
echo "Usage:"

rmtrash

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# rmtrash - `rm' compatible layer for `trash'
3-
# Version 1.9-SNAPSHOT (build 20150113)
3+
# Version 1.9 (build 20150212)
44
#
55
#
66
# SHORT DESCRIPTION:
@@ -134,16 +134,16 @@
134134
# + add VERSION and BUILD variables
135135
# * change --forbid-root handling
136136
# * remove dpkg
137-
# v1.9-SNAPSHOT (not yet released)
137+
# v1.9 - 2015-02-12 11:50:00+0100
138138
# * documentation update
139139
# * fixing --preserve-root
140140
# * code cleanup
141141

142142
LC_ALL=C
143143
APP_NAME="$(basename "$0")"
144144

145-
VERSION="1.9-SNAPSHOT"
146-
BUILD="20150113"
145+
VERSION="1.9"
146+
BUILD="20150212"
147147

148148
function showUsage() {
149149
echo "Usage:"

0 commit comments

Comments
 (0)