• R/O
  • HTTP
  • SSH
  • HTTPS

howm: Commit

Hitori Otegaru Wiki Modoki


Commit MetaInfo

Revisionb932fa603f074049637907d35594f73c3fba45d0 (tree)
Zeit2018-02-25 19:05:22
AutorHIRAOKA Kazuyuki <khi@user...>
CommiterHIRAOKA Kazuyuki

Log Message

update version strings in generated files

Ändern Zusammenfassung

Diff

--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.69 for howm 1.4.5-snapshot.
3+# Generated by GNU Autoconf 2.69 for howm 1.4.5-snapshot2.
44 #
55 #
66 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@ MAKEFLAGS=
576576 # Identity of this package.
577577 PACKAGE_NAME='howm'
578578 PACKAGE_TARNAME='howm'
579-PACKAGE_VERSION='1.4.5-snapshot'
580-PACKAGE_STRING='howm 1.4.5-snapshot'
579+PACKAGE_VERSION='1.4.5-snapshot2'
580+PACKAGE_STRING='howm 1.4.5-snapshot2'
581581 PACKAGE_BUGREPORT=''
582582 PACKAGE_URL=''
583583
@@ -1225,7 +1225,7 @@ if test "$ac_init_help" = "long"; then
12251225 # Omit some internal or obsolete options to make the list less imposing.
12261226 # This message is too long to be a string in the A/UX 3.1 sh.
12271227 cat <<_ACEOF
1228-\`configure' configures howm 1.4.5-snapshot to adapt to many kinds of systems.
1228+\`configure' configures howm 1.4.5-snapshot2 to adapt to many kinds of systems.
12291229
12301230 Usage: $0 [OPTION]... [VAR=VALUE]...
12311231
@@ -1295,7 +1295,7 @@ fi
12951295
12961296 if test -n "$ac_init_help"; then
12971297 case $ac_init_help in
1298- short | recursive ) echo "Configuration of howm 1.4.5-snapshot:";;
1298+ short | recursive ) echo "Configuration of howm 1.4.5-snapshot2:";;
12991299 esac
13001300 cat <<\_ACEOF
13011301
@@ -1388,7 +1388,7 @@ fi
13881388 test -n "$ac_init_help" && exit $ac_status
13891389 if $ac_init_version; then
13901390 cat <<\_ACEOF
1391-howm configure 1.4.5-snapshot
1391+howm configure 1.4.5-snapshot2
13921392 generated by GNU Autoconf 2.69
13931393
13941394 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1405,7 +1405,7 @@ cat >config.log <<_ACEOF
14051405 This file contains any messages produced by compilers while
14061406 running configure, to aid debugging if configure makes a mistake.
14071407
1408-It was created by howm $as_me 1.4.5-snapshot, which was
1408+It was created by howm $as_me 1.4.5-snapshot2, which was
14091409 generated by GNU Autoconf 2.69. Invocation command line was
14101410
14111411 $ $0 $@
@@ -2268,7 +2268,7 @@ fi
22682268
22692269 # Define the identity of the package.
22702270 PACKAGE='howm'
2271- VERSION='1.4.5-snapshot'
2271+ VERSION='1.4.5-snapshot2'
22722272
22732273
22742274 cat >>confdefs.h <<_ACEOF
@@ -3382,7 +3382,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
33823382 # report actual input values of CONFIG_FILES etc. instead of their
33833383 # values after options handling.
33843384 ac_log="
3385-This file was extended by howm $as_me 1.4.5-snapshot, which was
3385+This file was extended by howm $as_me 1.4.5-snapshot2, which was
33863386 generated by GNU Autoconf 2.69. Invocation command line was
33873387
33883388 CONFIG_FILES = $CONFIG_FILES
@@ -3439,7 +3439,7 @@ _ACEOF
34393439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34403440 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34413441 ac_cs_version="\\
3442-howm config.status 1.4.5-snapshot
3442+howm config.status 1.4.5-snapshot2
34433443 configured by $0, generated by GNU Autoconf 2.69,
34443444 with options \\"\$ac_cs_config\\"
34453445
--- a/howm.el
+++ b/howm.el
@@ -6,7 +6,7 @@
66
77 ;; Author: HIRAOKA Kazuyuki <khi@users.osdn.me>
88 ;; URL: https://howm.osdn.jp
9-;; Version: 1.4.5-snapshot
9+;; Version: 1.4.5-snapshot2
1010 ;; Package-Requires: ((cl-lib "0.5"))
1111
1212 ;; This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,7 @@
3030 ;;; See README.
3131 ;;; HOWM is acronym of "Hitori Otegaru Wiki Modoki".
3232
33-(defconst howm-version "1.4.5-snapshot")
33+(defconst howm-version "1.4.5-snapshot2")
3434
3535 ;; Files [0]-[3] have only hierarchical dependencies,
3636 ;; whereas files in [5] have circular dependencies.
Show on old repository browser