diff options
author | mef <mef> | 2012-08-28 01:03:18 +0000 |
---|---|---|
committer | mef <mef> | 2012-08-28 01:03:18 +0000 |
commit | 119f9031617afad40b6b8adb2b6d082a3580593a (patch) | |
tree | 7ed499033a250b07f4cd3cd1b00aa1aca7fabf55 /editors/emacs24-nox11 | |
parent | ac1ee8d7af70242c1f7118d0b73628315f42bf80 (diff) | |
download | pkgsrc-119f9031617afad40b6b8adb2b6d082a3580593a.tar.gz |
Follow emacs24 bumped (lets get this first).
Diffstat (limited to 'editors/emacs24-nox11')
-rw-r--r-- | editors/emacs24-nox11/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24-nox11/version.mk b/editors/emacs24-nox11/version.mk index bb26a9dba36..e5eb15f7c42 100644 --- a/editors/emacs24-nox11/version.mk +++ b/editors/emacs24-nox11/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.2 2012/08/11 17:21:03 jmmv Exp $ +# $NetBSD: version.mk,v 1.3 2012/08/28 01:03:18 mef Exp $ _EMACS_FLAVOR= emacs _EMACS_REQD= emacs-nox11>=24.1<25 _EMACS_VERSION_MAJOR= 24 -_EMACS_VERSION_MINOR= 1 +_EMACS_VERSION_MINOR= 2 |