Skip to content

Commit

Permalink
Bump version to 1.8.0.
Browse files Browse the repository at this point in the history
Got new features.
  • Loading branch information
divVerent committed Sep 14, 2022
1 parent 7949d30 commit 3d51ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

define([thisversion],[1.7.0])
define([nextversion],[1.7.0])
define([thisversion],[1.8.0])
define([nextversion],[1.8.0])
AC_INIT([xsecurelock],thisversion,[[email protected]])
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])
AC_PROG_CC
Expand Down Expand Up @@ -102,7 +102,7 @@ AC_DEFUN([RP_CHECK_MODULE], [
[AC_MSG_ERROR([--with-$4 was enabled, but test for $4 failed])])])])
AM_CONDITIONAL([$3], [test x$have_$4 = xtrue])])

# The DPMS extension is used to save power of the screen when turned off. Saves
# The DPMS extension is used to save power of the screen when turned off. Saves
# electric power.
RP_SEARCH_LIBS(DPMSQueryExtension, Xext,
[HAVE_DPMS_EXT], [dpms], [check],
Expand Down

0 comments on commit 3d51ce5

Please sign in to comment.