• R/O
  • HTTP
  • SSH
  • HTTPS

howm: 提交

Hitori Otegaru Wiki Modoki


Commit MetaInfo

修訂bac98b873d07baf039fe252b9d67f71c235dca06 (tree)
時間2021-02-17 20:28:08
作者Hiraoka <khi@user...>
CommiterHiraoka

Log Message

update version strings in generated files

Change Summary

差異

--- 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.8-snapshot1.
3+# Generated by GNU Autoconf 2.69 for howm 1.4.8-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.8-snapshot1'
580-PACKAGE_STRING='howm 1.4.8-snapshot1'
579+PACKAGE_VERSION='1.4.8-snapshot2'
580+PACKAGE_STRING='howm 1.4.8-snapshot2'
581581 PACKAGE_BUGREPORT=''
582582 PACKAGE_URL=''
583583
@@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
12361236 # Omit some internal or obsolete options to make the list less imposing.
12371237 # This message is too long to be a string in the A/UX 3.1 sh.
12381238 cat <<_ACEOF
1239-\`configure' configures howm 1.4.8-snapshot1 to adapt to many kinds of systems.
1239+\`configure' configures howm 1.4.8-snapshot2 to adapt to many kinds of systems.
12401240
12411241 Usage: $0 [OPTION]... [VAR=VALUE]...
12421242
@@ -1307,7 +1307,7 @@ fi
13071307
13081308 if test -n "$ac_init_help"; then
13091309 case $ac_init_help in
1310- short | recursive ) echo "Configuration of howm 1.4.8-snapshot1:";;
1310+ short | recursive ) echo "Configuration of howm 1.4.8-snapshot2:";;
13111311 esac
13121312 cat <<\_ACEOF
13131313
@@ -1400,7 +1400,7 @@ fi
14001400 test -n "$ac_init_help" && exit $ac_status
14011401 if $ac_init_version; then
14021402 cat <<\_ACEOF
1403-howm configure 1.4.8-snapshot1
1403+howm configure 1.4.8-snapshot2
14041404 generated by GNU Autoconf 2.69
14051405
14061406 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1417,7 +1417,7 @@ cat >config.log <<_ACEOF
14171417 This file contains any messages produced by compilers while
14181418 running configure, to aid debugging if configure makes a mistake.
14191419
1420-It was created by howm $as_me 1.4.8-snapshot1, which was
1420+It was created by howm $as_me 1.4.8-snapshot2, which was
14211421 generated by GNU Autoconf 2.69. Invocation command line was
14221422
14231423 $ $0 $@
@@ -2280,7 +2280,7 @@ fi
22802280
22812281 # Define the identity of the package.
22822282 PACKAGE='howm'
2283- VERSION='1.4.8-snapshot1'
2283+ VERSION='1.4.8-snapshot2'
22842284
22852285
22862286 cat >>confdefs.h <<_ACEOF
@@ -3394,7 +3394,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
33943394 # report actual input values of CONFIG_FILES etc. instead of their
33953395 # values after options handling.
33963396 ac_log="
3397-This file was extended by howm $as_me 1.4.8-snapshot1, which was
3397+This file was extended by howm $as_me 1.4.8-snapshot2, which was
33983398 generated by GNU Autoconf 2.69. Invocation command line was
33993399
34003400 CONFIG_FILES = $CONFIG_FILES
@@ -3451,7 +3451,7 @@ _ACEOF
34513451 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34523452 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34533453 ac_cs_version="\\
3454-howm config.status 1.4.8-snapshot1
3454+howm config.status 1.4.8-snapshot2
34553455 configured by $0, generated by GNU Autoconf 2.69,
34563456 with options \\"\$ac_cs_config\\"
34573457
--- 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.8-snapshot1
9+;; Version: 1.4.8-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.8-snapshot1")
33+(defconst howm-version "1.4.8-snapshot2")
3434
3535 ;; Files [0]-[3] have only hierarchical dependencies,
3636 ;; whereas files in [5] have circular dependencies.
Show on old repository browser