| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Editra
Revision: 56043
Author: CJP
Date: 02 Oct 2008 21:08:39
Changes:Bump version number
Files:| ... | ...@@ -8,12 +8,21 @@ | |
| 8 | 8 | #-----------------------------------------------------------------------------# |
| 9 | 9 | Changes since last release: |
| 10 | 10 | |
| 11 | VERSION 0.3.xx | |
| 12 | DATE 0x/0x/2008 | |
| 11 | VERSION 0.3.80 | |
| 12 | DATE 10/02/2008 | |
| 13 | 13 | 15th Alpha Release |
| 14 | 14 | |
| 15 | 15 | NEWS: |
| 16 | ||
| 16 | This release includes a number of major feature enhancements and bug fixes. | |
| 17 | Most notably is the all new text searching and replacing feature. The entire | |
| 18 | search backend was rewritten from scratch to to make a number of new searching, | |
| 19 | replaceing, and file grepping features availble. Whole directories of files | |
| 20 | can be grepped for matches, new convinient key shortcuts, and an improved ui | |
| 21 | with a number of new configuration options are just the begining. | |
| 22 | ||
| 23 | A large number of supported languages also now have improved auto-indent | |
| 24 | support. Added support for some new programming languages, and much much, more. | |
| 25 | See the below changelog for more details. | |
| 17 | 26 | |
| 18 | 27 | NEW: [features/improvements] |
| 19 | 28 | +New find/replace dialog |
| ... | ...@@ -270,7 +270,7 @@ | |
| 270 | 270 | "other_resources" : [(RT_MANIFEST, 1, |
| 271 | 271 | MANIFEST_TEMPLATE % dict(prog=NAME))], |
| 272 | 272 | }], |
| 273 | description = DESCRIPTION, | |
| 273 | description = NAME, | |
| 274 | 274 | author = AUTHOR, |
| 275 | 275 | author_email = AUTHOR_EMAIL, |
| 276 | 276 | maintainer = AUTHOR, |
| ... | ...@@ -15,7 +15,7 @@ | |
| 15 | 15 | #-----------------------------------------------------------------------------# |
| 16 | 16 | |
| 17 | 17 | AUTHOR = 'Cody Precord' |
| 18 | VERSION = '0.3.39' | |
| 18 | VERSION = '0.3.80' | |
| 19 | 19 | PROG_NAME = 'Editra' |
| 20 | 20 | HOME_PAGE = "http://editra.org" |
| 21 | 21 | I18N_PAGE = "https://translations.launchpad.net/editra/trunk/+pots/editra" |
| ... | ...@@ -10,7 +10,7 @@ | |
| 10 | 10 | |
| 11 | 11 | ; Global Variables |
| 12 | 12 | !define PRODUCT_NAME "Editra" |
| 13 | !define PRODUCT_VERSION "0.3.38" | |
| 13 | !define PRODUCT_VERSION "0.3.80" | |
| 14 | 14 | !define PRODUCT_PUBLISHER "Cody Precord" |
| 15 | 15 | !define PRODUCT_WEB_SITE "http://editra.org" |
| 16 | 16 | !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe" |