diff options
| author | Nicolas Petton | 2018-04-05 11:56:27 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2018-04-05 11:56:27 +0200 |
| commit | 8dffaeabd758edcbe4a60bc2576f4a7e3bbaacc0 (patch) | |
| tree | 39385b59810cc253753becdb289d0cb2a00e8f43 /msdos | |
| parent | f674c89f7ced2f317f6383e6e572ef636ed7ab7a (diff) | |
| download | emacs-8dffaeabd758edcbe4a60bc2576f4a7e3bbaacc0.tar.gz emacs-8dffaeabd758edcbe4a60bc2576f4a7e3bbaacc0.zip | |
Bump Emacs version to 26.1
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 26.1.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/sed2v2.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index ea75356f992..535aa7d8980 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ | 66 | /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ |
| 67 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ | 67 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ |
| 68 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ | 68 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ |
| 69 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.0.91"/ | 69 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.1"/ |
| 70 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ | 70 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ |
| 71 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ | 71 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ |
| 72 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ | 72 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ |