Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit 3d51ce5

Browse files
committed
Bump version to 1.8.0.
Got new features.
1 parent 7949d30 commit 3d51ce5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
define([thisversion],[1.7.0])
16-
define([nextversion],[1.7.0])
15+
define([thisversion],[1.8.0])
16+
define([nextversion],[1.8.0])
1717
AC_INIT([xsecurelock],thisversion,[rpolzer@google.com])
1818
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])
1919
AC_PROG_CC
@@ -102,7 +102,7 @@ AC_DEFUN([RP_CHECK_MODULE], [
102102
[AC_MSG_ERROR([--with-$4 was enabled, but test for $4 failed])])])])
103103
AM_CONDITIONAL([$3], [test x$have_$4 = xtrue])])
104104

105-
# The DPMS extension is used to save power of the screen when turned off. Saves
105+
# The DPMS extension is used to save power of the screen when turned off. Saves
106106
# electric power.
107107
RP_SEARCH_LIBS(DPMSQueryExtension, Xext,
108108
[HAVE_DPMS_EXT], [dpms], [check],

0 commit comments

Comments
 (0)